MCPcopy Index your code
hub / github.com/python/cpython / _mock_call

Method _mock_call

Lib/unittest/mock.py:1179–1180  ·  view source on GitHub ↗
(self, /, *args, **kwargs)

Source from the content-addressed store, hash-verified

1177
1178
1179 def _mock_call(self, /, *args, **kwargs):
1180 return self._execute_mock_call(*args, **kwargs)
1181
1182 def _increment_mock_call(self, /, *args, **kwargs):
1183 self.called = True

Callers 3

__call__Method · 0.95
_mock_callMethod · 0.45
__call__Method · 0.45

Calls 1

_execute_mock_callMethod · 0.95

Tested by 1

__call__Method · 0.36