We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pyqtSignal.__init__ has bunch of parameters and overloads that are not properly annotated
pyqtSignal.__init__
https://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.html#PyQt5.QtCore.pyqtSignal
https://github.com/stlehmann/PyQt5-stubs/blob/811462b34ee151b898289ae8f1de8af30c690c55/PyQt5-stubs/QtCore.pyi#L44-L45
The text was updated successfully, but these errors were encountered:
This is related to #68 , but not necessarily about making the entire class generic
Sorry, something went wrong.
BryceBeagle
Successfully merging a pull request may close this issue.
pyqtSignal.__init__
has bunch of parameters and overloads that are not properly annotatedhttps://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.html#PyQt5.QtCore.pyqtSignal
https://github.com/stlehmann/PyQt5-stubs/blob/811462b34ee151b898289ae8f1de8af30c690c55/PyQt5-stubs/QtCore.pyi#L44-L45
The text was updated successfully, but these errors were encountered: