NAME ^

pmc/pyproxyclass.pmc - Python Proxy Class

DESCRIPTION ^

Forward method and attribute requests onto the object that is being proxied.

Methods ^

TODO: handle attributes.

PMC *find_method(STRING *method_name)

Looks up the method for *method_name and returns it.


parrot