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

Function assert_any_call

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

Source from the content-addressed store, hash-verified

247 def assert_has_calls(*args, **kwargs):
248 return mock.assert_has_calls(*args, **kwargs)
249 def assert_any_call(*args, **kwargs):
250 return mock.assert_any_call(*args, **kwargs)
251 def reset_mock():
252 funcopy.method_calls = _CallList()
253 funcopy.mock_calls = _CallList()

Callers

nothing calls this directly

Calls 1

assert_any_callMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…