Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h57 #define PyFunction_GET_GLOBALS(func) \ macro
/external/python/cpython3/Include/
Dfuncobject.h79 #define PyFunction_GET_GLOBALS(func) \ macro
/external/python/cpython3/Objects/
Dcall.c303 PyObject *globals = PyFunction_GET_GLOBALS(func); in _PyFunction_FastCallDict()
390 PyObject *globals = PyFunction_GET_GLOBALS(func); in _PyFunction_FastCallKeywords()
/external/python/cpython2/Objects/
Dfuncobject.c525 PyFunction_GET_GLOBALS(func), (PyObject *)NULL, in function_call()
/external/python/cpython3/Python/
Dbltinmodule.c243 cell = PyEval_EvalCodeEx(PyFunction_GET_CODE(func), PyFunction_GET_GLOBALS(func), ns, in builtin___build_class__()
/external/python/cpython2/Python/
Dceval.c4424 PyObject *globals = PyFunction_GET_GLOBALS(func); in fast_function()