Files
openide/python/testData/completion/parenthesesAreNotInsertedAfterNamesDefinedAsFunctionsInTypingPy.after.py
Mikhail Golubev ccd7847c0a PY-74116 Move other tests on completion of importable name from typing to Py3CompletionTest
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
2025-01-06 10:31:06 +00:00

4 lines
53 B
Python

from typing import TypedDict
class Movie(TypedDict)