Home
last modified time | relevance | path

Searched refs:_PyFunction_FromConstructor (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_function.h11 extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_function.h11 extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_function.h11 extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_function.h11 extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_function.h11 extern PyFunctionObject* _PyFunction_FromConstructor(PyFrameConstructor *constr);
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c13 _PyFunction_FromConstructor(PyFrameConstructor *constr) in _PyFunction_FromConstructor() function
Dframeobject.c1056 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); in PyFrame_New()
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c1150 PyFunctionObject *func = _PyFunction_FromConstructor(&desc); in PyEval_EvalCode()
6506 func = _PyFunction_FromConstructor(&constr);