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