MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / gen

Function gen

tests_python/resources/_debugger_case_stop_async_iteration.py:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17async def gen():
18 for i in range(10):
19 yield i
20
21
22async def run():

Callers 1

runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected