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

Method async_gen

Lib/test/test_asyncgen.py:280–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

278 yield 100
279
280 async def async_gen():
281 try:
282 yield 1
283 1 / 0
284 finally:
285 yield 2
286 yield 3
287
288 yield 100
289
290 self.compare_generators(sync_gen(), async_gen())
291

Callers

nothing calls this directly

Calls 1

awaitableFunction · 0.85

Tested by

no test coverage detected