Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_typing.py4529 global _Annotated_test_G
4531 class _Annotated_test_G(Generic[T]): class
4534 G = Annotated[_Annotated_test_G[int], "A decoration"]