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

Class SubError

extra_tests/snippets/builtin_exceptions.py:199–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199class SubError(MyError):
200 pass
201
202
203e = MyError("message")

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected