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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to