Home
last modified time | relevance | path

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

/third_party/python/Include/
Dfuncobject.h74 #define PyFunction_GET_GLOBALS(func) \ macro
/third_party/python/Objects/
Dcall.c360 PyObject *globals = PyFunction_GET_GLOBALS(func); in _PyFunction_Vectorcall()
/third_party/python/Python/
Dbltinmodule.c222 cell = PyEval_EvalCodeEx(PyFunction_GET_CODE(func), PyFunction_GET_GLOBALS(func), ns, in builtin___build_class__()