Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ g5
Function
g5
extra_tests/snippets/syntax_generator.py:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
80
81
def
g5():
82
p(
'a'
, (
yield
2), (
yield
5))
83
yield
99
84
85
g = g5()
86
g.send(None)
Callers
1
syntax_generator.py
File · 0.85
Calls
1
p
Function · 0.70
Tested by
no test coverage detected