MCPcopy 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
16class E(Exception):
17 def __init__(self):
18 asdf # noqa: F821
19
20try:
21 raise E

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected