HomeSort by relevance Sort by last modified time
    Searched defs:__annotations__ (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Lib/test/
ann_module2.py 25 __annotations__ = {} variable
mod_generics_cache.py 29 __annotations__ = dict( variable
40 __annotations__ = dict( variable in class:A
49 __annotations__ = dict( variable in class:B
test_inspect.py 829 self.assertEqual(test.__annotations__, spec.annotations)
833 self.assertEqual(test.__annotations__, spec.annotations)
2284 __annotations__ = func.__annotations__ variable in class:TestSignatureObject.test_signature_functionlike_class.funclike
    [all...]
  /external/python/cpython3/Python/
compile.c 216 static PyObject *__doc__, *__annotations__; variable
314 if (!__annotations__) {
315 __annotations__ = PyUnicode_InternFromString("__annotations__");
316 if (!__annotations__)
    [all...]

Completed in 743 milliseconds