Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyFrameObject

125     PyFrameObject *f = gen->gi_frame;
352 PyFrameObject *f = gen->gi_frame;
800 gen_new_with_qualname(PyTypeObject *type, PyFrameObject *f,
829 PyGen_NewWithQualName(PyFrameObject *f, PyObject *name, PyObject *qualname)
835 PyGen_New(PyFrameObject *f)
844 PyFrameObject *f = gen->gi_frame;
1139 PyCoro_New(PyFrameObject *f, PyObject *name, PyObject *qualname)
1491 PyAsyncGen_New(PyFrameObject *f, PyObject *name, PyObject *qualname)
1859 PyFrameObject *f = gen->gi_frame;