Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dframeobject.h94 PyAPI_FUNC(PyFrameObject *) PyFrame_GetBack(PyFrameObject *frame);
/third_party/python/Doc/c-api/
Dreflection.rst34 .. c:function:: int PyFrame_GetBack(PyFrameObject *frame)
/third_party/python/Python/
D_warnings.c815 PyFrameObject *back = PyFrame_GetBack(frame); in next_external_frame()
839 PyFrameObject *back = PyFrame_GetBack(f); in setup_context()
Dsysmodule.c1812 PyFrameObject *back = PyFrame_GetBack(f); in sys__getframe_impl()
/third_party/python/Objects/
Dframeobject.c1172 PyFrame_GetBack(PyFrameObject *frame) in PyFrame_GetBack() function
/third_party/python/Modules/
D_tracemalloc.c409 PyFrameObject *back = PyFrame_GetBack(pyframe); in traceback_get_frames()
/third_party/python/Misc/NEWS.d/
D3.9.0b1.rst928 New :c:func:`PyFrame_GetBack` function: get the frame next outer frame.
/third_party/python/Doc/whatsnew/
D3.9.rst1269 Added :c:func:`PyFrame_GetBack` function: get the frame next outer frame.