MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

benches/microbenchmarks/complex_class.py:4–5  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2 ABC = 1
3
4 def __init__(self):
5 super().__init__()
6
7 def bar(self):
8 pass

Callers

nothing calls this directly

Calls 1

superClass · 0.85

Tested by

no test coverage detected