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

Function async_generator_function_example

Lib/test/test_inspect/test_inspect.py:133–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

131 yield i
132
133async def async_generator_function_example(self):
134 async for i in range(2):
135 yield i
136
137async def coroutine_function_example(self):
138 return 'spam'

Callers 1

test_iscoroutineMethod · 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…