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 Signal for PySide2 #700

Merged

Conversation

aboellinger
Copy link
Contributor

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
@PCManticore PCManticore merged commit 399374f into pylint-dev:master Sep 30, 2019
@PCManticore
Copy link
Contributor

Thanks a lot!

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
2 participants