Searched refs:_get_child_mock (Results 1 – 8 of 8) sorted by relevance
/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/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/mock/mock/ |
D | mock.py | 584 ret = self._get_child_mock( 712 result = self._get_child_mock( 1013 def _get_child_mock(self, **kw): member in NonCallableMock 2067 m = parent._get_child_mock(name=entry, _new_name=entry, 2591 def _get_child_mock(self, **kwargs): member in PropertyMock
|
/external/python/cpython3/Lib/unittest/ |
D | mock.py | 519 ret = self._get_child_mock( 648 result = self._get_child_mock( 983 def _get_child_mock(self, /, **kw): member in NonCallableMock 2111 m = parent._get_child_mock(name=entry, _new_name=entry, 2845 def _get_child_mock(self, /, **kwargs): member in PropertyMock
|
/external/python/cpython3/Doc/library/ |
D | unittest.mock-examples.rst | 1080 ``Mock`` (in all its flavours) uses a method called ``_get_child_mock`` to create 1087 ... def _get_child_mock(self, /, **kwargs):
|
D | unittest.mock.rst | 483 .. method:: _get_child_mock(**kw)
|
/external/python/mock/mock/tests/ |
D | testmock.py | 1200 def _get_child_mock(self, **kwargs): member in MockTest.test_subclassing.Subclass
|
/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testmock.py | 1207 def _get_child_mock(self, **kwargs): member in MockTest.test_subclassing.Subclass
|