parrotcode: Python Proxy Class | |
Contents | Language Implementations | Python |
pmc/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)
*method_name
and returns it.
|