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

Function _coro

Lib/_collections_abc.py:94–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92generator = type((lambda: (yield))())
93## coroutine ##
94async def _coro(): pass
95_coro = _coro()
96coroutine = type(_coro)
97_coro.close() # Prevent ResourceWarning

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…