MCPcopy 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
107class Me2(Me):
108
109 def test(me):
110 return super().test()
111
112class A():
113 def f(self):

Callers 1

syntax_class.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected