deimos.python.genobject

Mirror genobject.h

Generator object interface

Members

Functions

PyGen_Check
int PyGen_Check(PyObject* op)

_

PyGen_CheckExact
int PyGen_CheckExact(PyObject* op)

_

PyGen_NeedsFinalizing
int PyGen_NeedsFinalizing(PyGenObject* )

_

PyGen_New
PyObject* PyGen_New(PyFrameObject* )

_

PyGen_NewWithQualName
PyObject* PyGen_NewWithQualName(PyFrameObject* , PyObject* , PyObject* )

_

_PyGen_SetStopIterationValue
int _PyGen_SetStopIterationValue(PyObject* )

_

Structs

PyGenObject
struct PyGenObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyGenObject
struct PyGenObject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Templates

_PyGenObject_HEAD
template _PyGenObject_HEAD(string prefix)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta