Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h61 #define PyFunction_GET_DEFAULTS(func) \ macro
/external/python/cpython3/Include/
Dfuncobject.h83 #define PyFunction_GET_DEFAULTS(func) \ macro
/external/python/cpython3/Objects/
Dcall.c304 PyObject *argdefs = PyFunction_GET_DEFAULTS(func); in _PyFunction_FastCallDict()
391 PyObject *argdefs = PyFunction_GET_DEFAULTS(func); in _PyFunction_FastCallKeywords()
/external/python/cpython2/Objects/
Dfuncobject.c493 argdefs = PyFunction_GET_DEFAULTS(func); in function_call()
/external/python/cpython2/Python/
Dceval.c4425 PyObject *argdefs = PyFunction_GET_DEFAULTS(func); in fast_function()