Searched refs:PyFrame_GetCode (Results 1 – 15 of 15) sorted by relevance
15 PyAPI_FUNC(PyCodeObject *) PyFrame_GetCode(PyFrameObject *frame);
60 .. c:function:: PyCodeObject* PyFrame_GetCode(PyFrameObject *frame)
225 PyCodeObject *code = PyFrame_GetCode(frame); in offer_suggestions_for_name_error()
943 code = PyFrame_GetCode(tb->tb_frame); in tb_printinternal()
774 PyCodeObject *code = PyFrame_GetCode(frame); in is_internal_frame()
1507 PyCodeObject *code = PyFrame_GetCode(frame); in remove_importlib_frames()
414 PyCodeObject *code = PyFrame_GetCode(frame); in profiler_callback()424 PyCodeObject *code = PyFrame_GetCode(frame); in profiler_callback()
97 return (PyObject *)PyFrame_GetCode(f); in frame_getcode()1308 PyFrame_GetCode(PyFrameObject *frame) in PyFrame_GetCode() function
982 gen->gi_code = PyFrame_GetCode(f); in gen_new_with_qualname()
275 EXPORT_FUNC(PyFrame_GetCode)
287 function,PyFrame_GetCode,3.10,,
2441 * ``f_code``: use :c:func:`PyFrame_GetCode`.2469 Code defining ``PyFrame_GetCode()`` on Python 3.8 and older::2472 static inline PyCodeObject* PyFrame_GetCode(PyFrameObject *frame)
1283 * Added :c:func:`PyFrame_GetCode` function: get a frame code.
2171 [function.PyFrame_GetCode]
12585 - bpo-40421: New :c:func:`PyFrame_GetCode` function: return a borrowed