Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _g
Function
_g
Lib/test/test_dis.py:785–786 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
783
)
784
785
def
_g(x):
786
yield
x
787
788
async
def
_ag(x):
789
yield
x
Callers
1
test_disassemble_generator
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected