cpython v1.0.0-beta1 (2016-02-02T09:05:10Z)
Dub
Repo
deimos.python.genobject
deimos
python
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* )
_
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.
Meta
Source
See Source File
deimos
python
modules
Python
abstract_
ast
boolobject
bufferobject
bytearrayobject
bytesobject
cStringIO
cellobject
ceval
classobject
cobject
code
codecs
compile
complexobject
datetime
descrobject
dictobject
enumobject
errcode
eval
fileobject
floatobject
frameobject
funcobject
genobject
grammar
import_
intobject
intrcheck
iterobject
listobject
longintrepr
longobject
marshal
memoryobject
methodobject
modsupport
moduleobject
node
object
objimpl
parsetok
pgenheaders
pyarena
pyatomic
pycapsule
pydebug
pyerrors
pymem
pyport
pystate
pystrcmp
pystrtod
pythonrun
pythread
rangeobject
setobject
sliceobject
stringobject
structmember
structseq
symtable
sysmodule
timefuncs
traceback
tupleobject
unicodeobject
weakrefobject
Mirror genobject.h
Generator object interface