Searched refs:_PyFunction_FromConstructor (Results 1 – 8 of 8) sorted by relevance
11 extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr);
13 _PyFunction_FromConstructor(PyFrameConstructor *constr) in _PyFunction_FromConstructor() function
1056 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); in PyFrame_New()
1150 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); in PyEval_EvalCode()6506 func = _PyFunction_FromConstructor(&constr);