Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_type_annotations.py60 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
68 def __annotations__(self, value): member in TypeAnnotationTests.test_descriptor_still_works.C
74 def __annotations__(self): member in TypeAnnotationTests.test_descriptor_still_works.C
Dann_module2.py25 __annotations__ = {} variable
Dtest_inspect.py2689 __annotations__ = func.__annotations__ variable in TestSignatureObject.test_signature_functionlike_class.funclike