Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5.1.1
-
6bcc55e32 (dev), 9e1ef5feb (6.5)
Description
In QtQml.pyi, QQmlExpression has:
def evaluate(self) -> Tuple[<built-in function any>, bool]: ...
from
QVariant QQmlExpression::evaluate(bool *valueIsUndefined = nullptr);
Which causes mypy to complain about a syntax error there.
Attachments
Issue Links
- relates to
-
PYSIDE-2285 Multiple Tuple return types missing type arguments
- Closed