MCPcopy 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
788async def _ag(x):
789 yield x
790
791async def _co(x):
792 async for item in _ag(x):

Callers 2

_coFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected