Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ A
Class
A
extra_tests/snippets/syntax_class.py:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
assert bar2.get_x() == 101
72
73
class
A():
74
def
test(self):
75
return
100
76
77
class
B():
78
def
test1(self):
Callers
1
syntax_class.py
File · 0.70
Calls
1
b
Function · 0.85
Tested by
no test coverage detected