Searched refs:some_method (Results 1 – 9 of 9) sorted by relevance
58 def some_method(self): member in Object1025 def some_method(self): member in WeakMethodTestCase._subclass.C1031 r = weakref.WeakMethod(o.some_method)1033 self.assertIsInstance(r(), type(o.some_method))1035 self.assertIs(r().__func__, o.some_method.__func__)1040 r = weakref.WeakMethod(o.some_method)1048 r = weakref.WeakMethod(o.some_method)1049 del C.some_method1060 r = weakref.WeakMethod(o.some_method, cb)1065 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()
903 return ffi.from_handle(handle).some_method(x)913 def some_method(self, x):
17093 def some_method(self): ...
34472 def some_method(self): ...