Home
last modified time | relevance | path

Searched refs:PyEval_GetFrame (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Include/
Dceval.h34 PyAPI_FUNC(PyFrameObject *) PyEval_GetFrame(void);
/third_party/python/Doc/c-api/
Dreflection.rst26 .. c:function:: PyFrameObject* PyEval_GetFrame(void)
Dinit.rst1119 See also :c:func:`PyEval_GetFrame`.
/third_party/python/Objects/
Dgenobject.c1167 PyFrameObject *frame = PyEval_GetFrame(); in compute_cr_origin()
1179 frame = PyEval_GetFrame(); in compute_cr_origin()
/third_party/python/PC/
Dpython3dll.c241 EXPORT_FUNC(PyEval_GetFrame)
/third_party/python/Doc/data/
Dstable_abi.dat177 function,PyEval_GetFrame,3.2,
Drefcounts.dat775 PyEval_GetFrame:PyObject*::0:
/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor.cc103 PyFrameObject* frame = PyEval_GetFrame(); in _CalledFromGeneratedFile()
/third_party/python/Misc/
Dstable_abi.txt592 function PyEval_GetFrame
DHISTORY22235 - PyEval_GetFrame() is now declared to return a ``PyFrameObject *``
/third_party/python/Python/
Dceval.c5661 PyEval_GetFrame(void) in PyEval_GetFrame() function