Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ syntax_assignment.py
File
syntax_assignment.py
extra_tests/snippets/syntax_assignment.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
x = 1
2
assert x == 1
3
4
x = 1, 2, 3
Callers
nothing calls this directly
Calls
6
assert_raises
Function · 0.90
callable
Function · 0.85
__annotate__
Function · 0.85
g
Function · 0.70
a
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected