Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __init__
Method
__init__
extra_tests/snippets/syntax_try.py:17–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
16
class
E(Exception):
17
def
__init__(self):
18
asdf
# noqa: F821
19
20
try
:
21
raise
E
Callers
1
stdlib_abc_number.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected