Searched refs:other_method (Results 1 – 3 of 3) sorted by relevance
92 return self.other_method(a) + 1105 return self.other_method(a) + 1
298 def other_method(self): member in ApiTest.test_converted_call_method_converts_recursively.TestClass304 return self.other_method()
60 def other_method(self): member in Object1072 c = weakref.WeakMethod(x.other_method)1073 d = weakref.WeakMethod(y.other_method)1085 f = weakref.WeakMethod(z.other_method)1106 c = weakref.WeakMethod(y.other_method)