Searched defs:PyFunction_GET_GLOBALS (Results 1 – 5 of 5) sorted by relevance
94 static inline PyObject* PyFunction_GET_GLOBALS(PyObject *func) { in PyFunction_GET_GLOBALS() function97 #define PyFunction_GET_GLOBALS(func) PyFunction_GET_GLOBALS(_PyObject_CAST(func)) macro
89 #define PyFunction_GET_GLOBALS(func) \ macro