Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dfuncobject.c225 func_get_annotation_dict(PyFunctionObject *op) in func_get_annotation_dict() function
262 return func_get_annotation_dict((PyFunctionObject *)op); in PyFunction_GetAnnotations()
477 return func_get_annotation_dict(op); in func_get_annotations()