parrotcode: Python Proxy Class | |
Contents | Dynamic PMCs |
classes/pyproxyclass.pmc - Python Proxy Class
Forward method and attribute requests onto the object that is being proxied.
TODO: handle attributes.
PMC *find_method(STRING *method_name)
Looks up the method for
*method_name
and returns it.
Hey! The above document had some coding errors, which are explained below:
|