Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
6.7.0
-
None
Description
PYSIDE-2263 added type hints for QColorConstants and QColorConstants.Svg however the generated stub file is invalid.
class QColorConstants(Shiboken.Object): Black = ... # type: QColor ... Yellow = ... # type: QColor class Svg(Shiboken.Object): ... aliceblue = ... # type: QColor
The elipsis after class Svg(Shiboken.Object): should not be there.
Looks like a bug in your stub generator.
Attachments
Issue Links
- duplicates
-
PYSIDE-2665 Syntax error (unexpected indent) in QtGui.pyi
- Closed
- relates to
-
PYSIDE-2903 (Regression) QColorConstants.Svg type hints are invalid
- Closed