Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
98
del _coro
99
## asynchronous generator ##
100
async
def
_ag():
yield
101
_ag = _ag()
102
async_generator = type(_ag)
103
del _ag
Callers
1
_collections_abc.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected