Searched refs:_get_child_mock (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/third_party/pymock/ |
D | mock.py | 563 ret = self._get_child_mock( 672 result = self._get_child_mock( 895 def _get_child_mock(self, **kw): member in NonCallableMock 1924 m = parent._get_child_mock(name=entry, _new_name=entry, 2361 def _get_child_mock(self, **kwargs): member in PropertyMock
|
/external/python/cpython2/Lib/test/ |
D | _mock_backport.py | 475 ret = self._get_child_mock( 591 result = self._get_child_mock( 850 def _get_child_mock(self, **kw): member in NonCallableMock 1863 m = parent._get_child_mock(name=entry, _new_name=entry, 2352 def _get_child_mock(self, **kwargs): member in PropertyMock
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 479 ret = self._get_child_mock( 607 result = self._get_child_mock( 894 def _get_child_mock(self, **kw): member in NonCallableMock 1929 m = parent._get_child_mock(name=entry, _new_name=entry, 2433 def _get_child_mock(self, **kwargs): member in PropertyMock
|
/external/python/mock/mock/ |
D | mock.py | 592 ret = self._get_child_mock( 715 result = self._get_child_mock( 1002 def _get_child_mock(self, **kw): member in NonCallableMock 2037 m = parent._get_child_mock(name=entry, _new_name=entry, 2550 def _get_child_mock(self, **kwargs): member in PropertyMock
|
/external/python/cpython3/Doc/library/ |
D | unittest.mock-examples.rst | 1025 ``Mock`` (in all its flavours) uses a method called ``_get_child_mock`` to create 1032 ... def _get_child_mock(self, **kwargs):
|
D | unittest.mock.rst | 459 .. method:: _get_child_mock(**kw)
|
/external/python/mock/mock/tests/ |
D | testmock.py | 962 def _get_child_mock(self, **kwargs): member in MockTest.test_subclassing.Subclass
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmock.py | 1101 def _get_child_mock(self, **kwargs): member in MockTest.test_subclassing.Subclass
|