MCPcopy 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

1x = 1
2assert x == 1
3
4x = 1, 2, 3

Callers

nothing calls this directly

Calls 6

assert_raisesFunction · 0.90
callableFunction · 0.85
__annotate__Function · 0.85
gFunction · 0.70
aFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected