Home
last modified time | relevance | path

Searched defs:classvar (Results 1 – 3 of 3) sorted by relevance

/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py1817 classvar = 4 variable in AnnotatedTests.test_instantiate.C
1855 classvar = 4 variable in AnnotatedTests.test_attr_passthrough.C
1865 classvar: Annotated[ClassVar[int], "a decoration"] = 4 variable in AnnotatedTests.test_special_form_containment.C
/external/python/typing_extensions/src/
Dtest_typing_extensions.py4641 classvar = 4 variable in AnnotatedTests.test_instantiate.C
4679 classvar = 4 variable in AnnotatedTests.test_attr_passthrough.C
4689 classvar: Annotated[ClassVar[int], "a decoration"] = 4 variable in AnnotatedTests.test_special_form_containment.C
/external/python/cpython3/Lib/test/
Dtest_typing.py9131 classvar = 4 variable in AnnotatedTests.test_instantiate.C
9180 classvar = 4 variable in AnnotatedTests.test_attr_passthrough.C
9189 classvar: Annotated[ClassVar[int], "a decoration"] = 4 variable in AnnotatedTests.test_special_form_containment.C