Searched defs:PyFunction_GET_DEFAULTS (Results 1 – 5 of 5) sorted by relevance
104 static inline PyObject* PyFunction_GET_DEFAULTS(PyObject *func) { in PyFunction_GET_DEFAULTS() function107 #define PyFunction_GET_DEFAULTS(func) PyFunction_GET_DEFAULTS(_PyObject_CAST(func)) macro
93 #define PyFunction_GET_DEFAULTS(func) \ macro