howdy, 

I have created an instance method for an object using new.instancemethod. It
works great. Now the questions are:

1) how do I dynamically inspect an object to determine if it has an instance
method? (there is a class method with the same name)

2) how do I dynamically delete the instance method?

thanks,
Danny

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

Reply via email to