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