Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h63 #define PyFunction_GET_CLOSURE(func) \ macro
/external/python/cpython3/Include/
Dfuncobject.h87 #define PyFunction_GET_CLOSURE(func) \ macro
/external/python/cpython3/Objects/
Dcall.c363 closure = PyFunction_GET_CLOSURE(func); in _PyFunction_FastCallDict()
421 closure = PyFunction_GET_CLOSURE(func); in _PyFunction_FastCallKeywords()
/external/python/cpython2/Objects/
Dfuncobject.c528 PyFunction_GET_CLOSURE(func)); in function_call()
/external/python/cpython3/Python/
Dbltinmodule.c245 PyFunction_GET_CLOSURE(func)); in builtin___build_class__()
/external/python/cpython2/Python/
Dceval.c4470 PyFunction_GET_CLOSURE(func)); in fast_function()