I'm look over some code at work and I have a member method that is being called. However the the class of the object does not contain the implementation nor the prototype for the method. The Eclipse debugger doesn't work for me and pdb.set_trace()
isn't stopping at the function. Does anyone know how I can find the member method?
self.confirmTrue(object.memberMethod())