Details
Description
Line 5858 has syntax errors according to mypy and Python 3.12 where the type is given as an ellipsis. I guess the colon should be an equals-sign.
class QOperatingSystemVersion(PySide6.QtCore.QOperatingSystemVersionBase): Android10 : ... # type: QOperatingSystemVersion
The same issue concerns QColorConstants in QtGui.pyi, and other classes.
Attachments
Issue Links
- is duplicated by
-
PYSIDE-2658 mypy error after upgrading PySide6 to version 6.6.3
- Closed
- resulted from
-
PYSIDE-2263 QColorConstants type hints are incomplete
- Closed