Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ _co
Function
_co
Lib/test/test_dis.py:791–793 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
789
yield
x
790
791
async
def
_co(x):
792
async
for
item in _ag(x):
793
pass
794
795
def
_h(y):
796
def
foo(x):
Callers
1
test_disassemble_coroutine
Method · 0.85
Calls
1
_ag
Function · 0.70
Tested by
no test coverage detected