MCPcopy Create free account
hub / github.com/RustPython/RustPython / b

Method b

extra_tests/snippets/syntax_class.py:180–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

178class A:
179 a = 2
180 def b():
181 assert a == 1
182 b()
183 assert a == 2
184A.b()

Callers 2

syntax_class.pyFile · 0.45
nested_scopeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected