Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ MyError
Class
MyError
extra_tests/snippets/builtin_exceptions.py:99–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
98
99
class
MyError(Exception):
100
pass
101
102
103
e = MyError(
"message"
)
Callers
1
builtin_exceptions.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected