MCPcopy 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

71assert bar2.get_x() == 101
72
73class A():
74 def test(self):
75 return 100
76
77class B():
78 def test1(self):

Callers 1

syntax_class.pyFile · 0.70

Calls 1

bFunction · 0.85

Tested by

no test coverage detected