Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_typing.py7173 classvar = 4 variable in AnnotatedTests.test_instantiate.C
7211 classvar = 4 variable in AnnotatedTests.test_attr_passthrough.C
7220 classvar: Annotated[ClassVar[int], "a decoration"] = 4 variable in AnnotatedTests.test_special_form_containment.C