Home
last modified time | relevance | path

Searched defs:VeryAnnotated (Results 1 – 2 of 2) sorted by relevance

/external/python/typing_extensions/src/
D_typed_dict_test_helper.py22 class VeryAnnotated(TypedDict, total=False): class
/external/python/cpython3/Lib/test/typinganndata/
D_typed_dict_helper.py29 class VeryAnnotated(TypedDict, total=False): class