MCPcopy 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
792async def _ag(x):
793 yield x
794
795async def _co(x):
796 async for item in _ag(x):

Callers 2

_coFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected