Home
last modified time | relevance | path

Searched defs:_get_child_mock (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/unittest/
Dmock.py995 def _get_child_mock(self, /, **kw): member in NonCallableMock
2902 def _get_child_mock(self, /, **kwargs): member in PropertyMock
/third_party/python/Lib/unittest/test/testmock/
Dtestmock.py1235 def _get_child_mock(self, **kwargs): member in MockTest.test_subclassing.Subclass