MCPcopy Index your code
hub / github.com/python/cpython / _co

Function _co

Lib/test/test_dis.py:795–797  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

793 yield x
794
795async def _co(x):
796 async for item in _ag(x):
797 pass
798
799def _h(y):
800 def foo(x):

Callers 1

Calls 1

_agFunction · 0.70

Tested by

no test coverage detected