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

Callers 1

Calls 1

_agFunction · 0.70

Tested by

no test coverage detected