Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
66
class
Bar2(Bar):
67
def
__init__(self):
68
super().__init__(101)
69
70
bar2 = Bar2()
71
assert bar2.get_x() == 101
Callers
1
syntax_class.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected