Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
class
SubError(MyError):
200
pass
201
202
203
e = MyError(
"message"
)
Callers
1
builtin_exceptions.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected