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

Function _ag

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

Source from the content-addressed store, hash-verified

98del _coro
99## asynchronous generator ##
100async def _ag(): yield
101_ag = _ag()
102async_generator = type(_ag)
103del _ag

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected