Searched defs:__annotations__ (Results 1 – 5 of 5) sorted by relevance
| /external/python/cpython3/Lib/test/ | ||
| D | mod_generics_cache.py | 29     __annotations__ = dict(  variable | 
| D | test_type_annotations.py | 59             def __annotations__(self):  member in TypeAnnotationTests.test_descriptor_still_works.C | 
| D | ann_module2.py | 25 __annotations__ = {}  variable | 
| D | test_inspect.py | 2598             __annotations__ = func.__annotations__  variable in TestSignatureObject.test_signature_functionlike_class.funclike | 
| /external/python/cpython3/Python/ | ||
| D | compile.c | 313 static PyObject *__doc__, *__annotations__;  variable |