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

Method _error_message

Lib/unittest/mock.py:978–980  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

976 raise AssertionError(error_message)
977
978 def _error_message():
979 msg = self._format_mock_failure_message(args, kwargs)
980 return msg
981 expected = self._call_matcher(_Call((args, kwargs), two=True))
982 actual = self._call_matcher(self.call_args)
983 if actual != expected:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected