Searched refs:_PyFunction_CopyWithNewCode (Results 1 – 3 of 3) sorted by relevance
17 PyFunctionObject* _PyFunction_CopyWithNewCode(
180 _PyFunction_CopyWithNewCode(PyFunctionObject *o, PyCodeObject* code) in _PyFunction_CopyWithNewCode() function
318 PyFunctionObject* func = _PyFunction_CopyWithNewCode(old_func, code); in eval_custom_code_impl()