mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
And make their setup similar to testParenthesesAreNotInsertedAfterNamesDefinedAsFunctionsInTypingPy. typing.py in the test directory has higher priority than typing.pyi in Typeshed, as a user .py file (see PyResolveImportUtil.Priority), so PyResolveImportUtil.resolveQualifiedName can't find typing.pyi, and it's not used in the tests. GitOrigin-RevId: 3dd51af04f5e5e16e7167dea32b248bca240b18e
1 line
27 B
Python
1 line
27 B
Python
class Movie(TypedDi<caret>) |