Searched refs:some_method (Results 1 – 9 of 9) sorted by relevance
59 def some_method(self): member in Object1096 def some_method(self): member in WeakMethodTestCase._subclass.C1102 r = weakref.WeakMethod(o.some_method)1104 self.assertIsInstance(r(), type(o.some_method))1106 self.assertIs(r().__func__, o.some_method.__func__)1111 r = weakref.WeakMethod(o.some_method)1119 r = weakref.WeakMethod(o.some_method)1120 del C.some_method1131 r = weakref.WeakMethod(o.some_method, cb)1136 C.some_method = Object.some_method[all …]
244 double some_method(const Eigen::Ref<const MatrixXd> &matrix) { /* ... */ }255 .def("some_method", &MyClass::some_method, py::arg().noconvert());262 With the above binding code, attempting to call the the ``some_method(m)``
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
459 proxy.some_method()
919 return ffi.from_handle(handle).some_method(x)929 def some_method(self, x):
17093 def some_method(self): ...
34472 def some_method(self): ...