parrotcode: Python Iterator | |
Contents | Language Implementations | Python |
pmc/pyiter.pmc - Python Iterator
These are the vtable functions for the Python Iterator class
PMC* "__new__"(PMC *class, PMC *source)
PMC *get_class()
PMC* "next"(PMC *self)
|