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

Method test_raise_by_value

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

Source from the content-addressed store, hash-verified

3196 self.check_note(RuntimeError, "")
3197
3198 def test_raise_by_value(self):
3199 msg = "This should be noted"
3200 self.check_note(RuntimeError(msg), msg)
3201
3202 def test_raise_grandchild_subclass_exact_size(self):
3203 msg = "This should be noted"

Callers

nothing calls this directly

Calls 1

check_noteMethod · 0.95

Tested by

no test coverage detected