Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
class
A:
179
a = 2
180
def
b():
181
assert a == 1
182
b()
183
assert a == 2
184
A.b()
Callers
2
syntax_class.py
File · 0.45
nested_scope
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected