Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ g
Function
g
extra_tests/snippets/syntax_assignment.py:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
assert a == 1
46
47
def
g():
48
yield
1337
49
yield
42
50
51
a, b = g()
52
assert a == 1337
Callers
1
syntax_assignment.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected