Searched refs:some_method (Results 1 – 9 of 9) sorted by relevance
61 def some_method(self): member in Object1080 def some_method(self): member in WeakMethodTestCase._subclass.C1086 r = weakref.WeakMethod(o.some_method)1088 self.assertIsInstance(r(), type(o.some_method))1090 self.assertIs(r().__func__, o.some_method.__func__)1095 r = weakref.WeakMethod(o.some_method)1103 r = weakref.WeakMethod(o.some_method)1104 del C.some_method1115 r = weakref.WeakMethod(o.some_method, cb)1120 C.some_method = Object.some_method[all …]
372 def some_method(self, y): member in TestRecursiveScript.test_error_stack_module.M376 return self.some_method(x)
276 public void some_method() { in some_method() method in SpyAnnotationTest.WithInnerPrivateAbstract
326 class that implements ``some_method``. In a test for another class, you327 provide a mock of this object that *also* provides ``some_method``. If later328 you refactor the first class, so that it no longer has ``some_method`` - then
455 proxy.some_method()
459 proxy.some_method()
9824 def some_method(self): member in TestScript.test_script_copy.M9829 self.val = x + self.some_method()
17093 def some_method(self): ...
34472 def some_method(self): ...