Home
last modified time | relevance | path

Searched refs:func_get_annotations (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dfuncobject.c378 func_get_annotations(PyFunctionObject *op, void *Py_UNUSED(ignored)) in func_get_annotations() function
413 {"__annotations__", (getter)func_get_annotations,