pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
deimos.python.iterobject
deimos
python
Mirror iterobject.h
Iterators (the basic kind, over a sequence)
Members
Functions
PyCallIter_Check
int
PyCallIter_Check
(PyObject* op)
_
PyCallIter_New
PyObject
*
PyCallIter_New
(PyObject* , PyObject* )
_
PySeqIter_Check
int
PySeqIter_Check
(PyObject* op)
_
PySeqIter_New
PyObject
*
PySeqIter_New
(PyObject* )
_
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
odictobject
osmodule
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
warnings
weakrefobject
Mirror iterobject.h
Iterators (the basic kind, over a sequence)