Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ asyncgen_spam
Function
asyncgen_spam
Lib/test/_code_definitions.py:308–310 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
306
307
308
async
def
asyncgen_spam(*args):
309
for
arg in args:
310
yield
arg
311
asynccoro_spam = asyncgen_spam(1, 2, 3)
312
313
Callers
1
_code_definitions.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…