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

Class Error

Lib/test/support/__init__.py:122–123  ·  view source on GitHub ↗

Base class for regression test exceptions.

Source from the content-addressed store, hash-verified

120
121
122class Error(Exception):
123 """Base class for regression test exceptions."""
124
125class TestFailed(Error):
126 """Test failed."""

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…