mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +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
4 lines
53 B
Python
4 lines
53 B
Python
from typing import TypedDict
|
|
|
|
|
|
class Movie(TypedDict) |