Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ NewException
Class
NewException
extra_tests/snippets/builtin_exceptions.py:70–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
69
70
class
NewException(Exception):
71
def
__init__(self, value):
72
self.value = value
73
74
75
try
:
Callers
1
builtin_exceptions.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected