See Original text in context
method find_method_qualified($obj, $type, $name)
Given a method name and a type, returns the method from that type. This is used in calls like
self.SomeParentClass::the_method();