Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _co
Function
_co
Lib/test/test_dis.py:795–797 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
793
yield
x
794
795
async
def
_co(x):
796
async
for
item in _ag(x):
797
pass
798
799
def
_h(y):
800
def
foo(x):
Callers
1
test_disassemble_coroutine
Method · 0.85
Calls
1
_ag
Function · 0.70
Tested by
no test coverage detected