NAME ^

classes/pyiter.pmc - Python Iterator

DESCRIPTION ^

These are the vtable functions for the Python Iterator class

Methods ^

PMC* "__new__"(PMC *class, PMC *source)

Create a new iterator from a source.

PMC *get_class()

Return the class of this object.

PMC* "next"(PMC *self)

Returns the element for the current idx/key and sets the idx/key to the next one.


parrot