parrotcode: Python Function | |
Contents | Dynamic PMCs |
classes/pyfunc.pmc - Python Function
This class implements a Python Function, i.e. a Parrot Closure.
void init()
PMC *find_method(STRING *method_name)
PMC *get_attr_str(STRING *name)
name
.PMC *get_class()
STRING *get_string()
void *invoke(void *next)
void set_integer_keyed_int(INTVAL key, INTVAL *value)
void set_string_keyed_int(INTVAL key, STRING *value)
void set_string_native(STRING *value)
void "__get__"()
|