parrotcode: Python Bound Method | |
Contents | Dynamic PMCs |
classes/pyboundmeth.pmc - Python Bound Method
A Python Method, bound to an object, and callable as a function
void init()
void mark()
STRING *get_string()
void *invoke(void *next)
void set_pointer(void *value)
void set_pmc(PMC *value)
docs/pdds/pdd03_calling_conventions.pod.
Initial revision by sean 2002/08/04.
|