Propagating function calls

Noam Aigerman noama at answers.com
Tue Feb 10 20:02:00 EST 2009


Suppose I have a python object X, which holds inside it a python object
Y. How can I propagate each function call to X so the same function call
in Y will be called, i.e:

X.doThatFunkyFunk()

Would cause

Y.doThatFunkyFunk()

Thanks, Noam

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090211/e2bfd99c/attachment.html>


More information about the Python-list mailing list