Home
last modified time | relevance | path

Searched refs:PyFrame_GetGenerator (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
Dpyframe.h15 PyAPI_FUNC(PyObject *) PyFrame_GetGenerator(PyFrameObject *frame);
/third_party/python/Doc/c-api/
Dframe.rst71 .. c:function:: PyObject* PyFrame_GetGenerator(PyFrameObject *frame)
/third_party/python/Objects/
Dframeobject.c1371 PyFrame_GetGenerator(PyFrameObject *frame) in PyFrame_GetGenerator() function
/third_party/python/Doc/whatsnew/
D3.11.rst2244 :c:func:`PyFrame_GetBuiltins`, :c:func:`PyFrame_GetGenerator`,
2415 * :c:func:`PyFrame_GetGenerator`
2442 * ``f_gen``: use :c:func:`PyFrame_GetGenerator`.
/third_party/python/Modules/
D_testcapimodule.c6015 return PyFrame_GetGenerator((PyFrameObject *)frame); in frame_getgenerator()
/third_party/python/Misc/
DNEWS2383 * :c:func:`PyFrame_GetGenerator`
3953 - bpo-40421: Add ``PyFrame_GetBuiltins``, ``PyFrame_GetGenerator`` and