Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dframeobject.h80 PyAPI_FUNC(PyFrameObject *) PyFrame_GetBack(PyFrameObject *frame);
/external/python/cpython3/Doc/c-api/
Dreflection.rst34 .. c:function:: int PyFrame_GetBack(PyFrameObject *frame)
/external/python/cpython3/Python/
D_warnings.c821 PyFrameObject *back = PyFrame_GetBack(frame); in next_external_frame()
845 PyFrameObject *back = PyFrame_GetBack(f); in setup_context()
Dtraceback.c819 PyFrameObject *back = PyFrame_GetBack(frame); in dump_traceback()
Dsysmodule.c1798 PyFrameObject *back = PyFrame_GetBack(f); in sys__getframe_impl()
/external/python/cpython3/Objects/
Dframeobject.c1221 PyFrame_GetBack(PyFrameObject *frame) in PyFrame_GetBack() function
/external/python/cpython3/Modules/
D_tracemalloc.c409 PyFrameObject *back = PyFrame_GetBack(pyframe); in traceback_get_frames()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0b1.rst928 New :c:func:`PyFrame_GetBack` function: get the frame next outer frame.
/external/python/cpython3/Doc/whatsnew/
D3.9.rst1246 Added :c:func:`PyFrame_GetBack` function: get the frame next outer frame.