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

Class Bar2

extra_tests/snippets/syntax_class.py:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66class Bar2(Bar):
67 def __init__(self):
68 super().__init__(101)
69
70bar2 = Bar2()
71assert bar2.get_x() == 101

Callers 1

syntax_class.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected