Searched refs:PyGen_New (Results 1 – 5 of 5) sorted by relevance
10 than explicitly calling :c:func:`PyGen_New` or :c:func:`PyGen_NewWithQualName`.35 .. c:function:: PyObject* PyGen_New(PyFrameObject *frame)
40 PyAPI_FUNC(PyObject *) PyGen_New(PyFrameObject *);
869 PyGen_New(PyFrameObject *f) in PyGen_New() function
954 PyGen_New:PyObject*::+1:955 PyGen_New:PyFrameObject*:frame:0:
20986 - New public functions PyEval_EvaluateFrame and PyGen_New to expose