Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ Me2
Class
Me2
extra_tests/snippets/syntax_class.py:107–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
return
100
106
107
class
Me2(Me):
108
109
def
test(me):
110
return
super().test()
111
112
class
A():
113
def
f(self):
Callers
1
syntax_class.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected