Searched defs:_get_child_mock (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/unittest/ | ||
D | mock.py | 995 def _get_child_mock(self, /, **kw): member in NonCallableMock |
/third_party/python/Lib/unittest/test/testmock/ | ||
D | testmock.py | 1235 def _get_child_mock(self, **kwargs): member in MockTest.test_subclassing.Subclass |