Searched refs:PyThreadState_GetFrame (Results 1 – 13 of 13) sorted by relevance
90 PyAPI_FUNC(PyFrameObject*) PyThreadState_GetFrame(PyThreadState *tstate);
31 See also :c:func:`PyThreadState_GetFrame`.
1075 .. c:function:: PyFrameObject* PyThreadState_GetFrame(PyThreadState *tstate)
801 frame = PyThreadState_GetFrame(tstate); in dump_traceback()
840 PyFrameObject *f = PyThreadState_GetFrame(tstate); in setup_context()
1036 PyThreadState_GetFrame(PyThreadState *tstate) in PyThreadState_GetFrame() function
1790 PyFrameObject *f = PyThreadState_GetFrame(tstate); in sys__getframe_impl()
398 PyFrameObject *pyframe = PyThreadState_GetFrame(tstate); in traceback_get_frames()
1845 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in _is_running()
899 The :c:func:`PyThreadState_GetFrame` function now returns a strong reference
1156 Add :c:func:`PyThreadState_GetFrame` function: get the current frame of a
1254 Added :c:func:`PyThreadState_GetFrame` function to get the current frame of a
8157 PyFrameObject *frame = PyThreadState_GetFrame(tstate); in super_init()