MCPcopy Index your code
hub / github.com/RustPython/RustPython / assert_has_calls

Function assert_has_calls

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

Source from the content-addressed store, hash-verified

244 def assert_called_once_with(*args, **kwargs):
245 return mock.assert_called_once_with(*args, **kwargs)
246 def assert_has_calls(*args, **kwargs):
247 return mock.assert_has_calls(*args, **kwargs)
248 def assert_any_call(*args, **kwargs):
249 return mock.assert_any_call(*args, **kwargs)
250 def reset_mock():

Callers

nothing calls this directly

Calls 1

assert_has_callsMethod · 0.80

Tested by

no test coverage detected