Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ _ag
Function
_ag
Lib/test/test_dis.py:788–789 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
786
yield
x
787
788
async
def
_ag(x):
789
yield
x
790
791
async
def
_co(x):
792
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