instance method questions

Danny shevitz at lanl.gov
Wed Aug 22 11:23:25 EDT 2007


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




More information about the Python-list mailing list