Home
last modified time | relevance | path

Searched refs:_Annotated_test_G (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-typing-extensions/typing_extensions-3.10.0.2/src_py3/
H A Dtest_typing_extensions.py1838 global _Annotated_test_G
1840 class _Annotated_test_G(Generic[T]): class
1843 G = Annotated[_Annotated_test_G[int], "A decoration"]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_typing.py4254 global _Annotated_test_G
4256 class _Annotated_test_G(Generic[T]): class
4259 G = Annotated[_Annotated_test_G[int], "A decoration"]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_typing.py4523 global _Annotated_test_G
4525 class _Annotated_test_G(Generic[T]): class
4528 G = Annotated[_Annotated_test_G[int], "A decoration"]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_typing.py4569 global _Annotated_test_G
4571 class _Annotated_test_G(Generic[T]): class
4574 G = Annotated[_Annotated_test_G[int], "A decoration"]