Home
last modified time | relevance | path

Searched refs:_PyFunction_FromConstructor (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_function.h11 extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr);
/third_party/python/Objects/
H A Dfuncobject.c13 _PyFunction_FromConstructor(PyFrameConstructor *constr) in _PyFunction_FromConstructor() function
H A Dframeobject.c6 #include "pycore_function.h" // _PyFunction_FromConstructor()
1056 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); in PyFrame_New()
/third_party/python/Python/
H A Dceval.c1150 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); in PyEval_EvalCode()
6506 func = _PyFunction_FromConstructor(&constr);

Completed in 14 milliseconds