On Mon, 4 Apr 2005 23:34:41 -0400, David Handy <[EMAIL PROTECTED]> wrote:
I'm not sure if this is the best way. But it might work.
for method, params in deferred:
method(*params)
try:
if method.im_func is c.f.im_func:
# handle a special case
except:
if method is c.f:
# handle a special case
Cheers,
Ron
--
http://mail.python.org/mailman/listinfo/python-list
