Searched refs:PyFunction_GET_DEFAULTS (Results 1 – 2 of 2) sorted by relevance
78 #define PyFunction_GET_DEFAULTS(func) \ macro
361 PyObject *argdefs = PyFunction_GET_DEFAULTS(func); in _PyFunction_Vectorcall()