Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h57 #define PyFunction_GET_GLOBALS(func) \ macro
/external/python/cpython2/Objects/
Dfuncobject.c525 PyFunction_GET_GLOBALS(func), (PyObject *)NULL, in function_call()
/external/python/cpython2/Python/
Dceval.c4404 PyObject *globals = PyFunction_GET_GLOBALS(func); in fast_function()