Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h61 #define PyFunction_GET_DEFAULTS(func) \ macro
/external/python/cpython2/Objects/
Dfuncobject.c493 argdefs = PyFunction_GET_DEFAULTS(func); in function_call()
/external/python/cpython2/Python/
Dceval.c4405 PyObject *argdefs = PyFunction_GET_DEFAULTS(func); in fast_function()