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

Method test_non_str_arg

Lib/test/test_codecs.py:3232–3233  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3230 self.check_note(exc, "^{}$".format(msg))
3231
3232 def test_non_str_arg(self):
3233 self.check_note(RuntimeError(1), "1")
3234
3235 def test_multiple_args(self):
3236 msg_re = r"^\('a', 'b', 'c'\)$"

Callers

nothing calls this directly

Calls 1

check_noteMethod · 0.95

Tested by

no test coverage detected