Home
last modified time | relevance | path

Searched defs:__annotations__ (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dmod_generics_cache.py29 __annotations__ = dict( variable
40 __annotations__ = dict( variable in A
49 __annotations__ = dict( variable in B
Dtest_type_annotations.py59 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
67 def __annotations__(self, value): member in TypeAnnotationTests.test_descriptor_still_works.C
73 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
Dann_module2.py25 __annotations__ = {} variable
Dtest_inspect.py2598 __annotations__ = func.__annotations__ variable in TestSignatureObject.test_signature_functionlike_class.funclike
/third_party/python/Python/
Dcompile.c311 static PyObject *__doc__, *__annotations__; variable