MCPcopy 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
308async def asyncgen_spam(*args):
309 for arg in args:
310 yield arg
311asynccoro_spam = asyncgen_spam(1, 2, 3)
312
313

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…