Home
last modified time | relevance | path

Searched refs:PyGen_New (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Doc/c-api/
Dgen.rst10 than explicitly calling :c:func:`PyGen_New` or :c:func:`PyGen_NewWithQualName`.
35 .. c:function:: PyObject* PyGen_New(PyFrameObject *frame)
/third_party/python/Include/
Dgenobject.h40 PyAPI_FUNC(PyObject *) PyGen_New(PyFrameObject *);
/third_party/python/Objects/
Dgenobject.c869 PyGen_New(PyFrameObject *f) in PyGen_New() function
/third_party/python/Doc/data/
Drefcounts.dat954 PyGen_New:PyObject*::+1:
955 PyGen_New:PyFrameObject*:frame:0:
/third_party/python/Misc/
DHISTORY20986 - New public functions PyEval_EvaluateFrame and PyGen_New to expose