parrotcode: Python Generator | |
Contents | Dynamic PMCs |
classes/pygen.pmc - Python Generator
These are the vtable functions for the Python Generator class
void class_init()
void init()
void mark()
INTVAL get_bool()
PMC *get_iter ()
void setprop(STRING *key, PMC *value)
*key
to *value
.void set_pmc(PMC *value)
PMC *shift_pmc()
|