Searched refs:PyFunction_GET_CODE (Results 1 – 6 of 6) sorted by relevance
55 #define PyFunction_GET_CODE(func) \ macro
77 #define PyFunction_GET_CODE(func) \ macro
302 PyCodeObject *co = (PyCodeObject *)PyFunction_GET_CODE(func); in _PyFunction_FastCallDict()389 PyCodeObject *co = (PyCodeObject *)PyFunction_GET_CODE(func); in _PyFunction_FastCallKeywords()
524 (PyCodeObject *)PyFunction_GET_CODE(func), in function_call()
243 cell = PyEval_EvalCodeEx(PyFunction_GET_CODE(func), PyFunction_GET_GLOBALS(func), ns, in builtin___build_class__()
4423 PyCodeObject *co = (PyCodeObject *)PyFunction_GET_CODE(func); in fast_function()