Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix no-member issue on PySide2.QtCore.Signal #1

Closed
wants to merge 1 commit into from

Conversation

aboellinger
Copy link
Owner

Steps

Description

Add support for PySide2 in the astroid PyQt hooks, fixing the no-members bug (pylint-dev/pylint#2585) on the PySide2.QtCore.Signal class. Solution based on the patch proposed by @akai10tsuki

Type of Changes

Type
🐛 Bug fix

Related Issue

Closes pylint-dev/pylint#2585

Based on patch proposed by akai10tsuki on pylint-dev/pylint#2585
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

no-member with Qt signals using PySide2
1 participant