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

Function assert_called_with

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

Source from the content-addressed store, hash-verified

234 funcopy.mock = mock
235
236 def assert_called_with(*args, **kwargs):
237 return mock.assert_called_with(*args, **kwargs)
238 def assert_called(*args, **kwargs):
239 return mock.assert_called(*args, **kwargs)
240 def assert_not_called(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

assert_called_withMethod · 0.80

Tested by

no test coverage detected