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

Function run

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

Source from the content-addressed store, hash-verified

20
21
22async def run():
23 async for p in gen():
24 print(p)
25
26
27if __name__ == "__main__":

Calls 1

genFunction · 0.70

Tested by

no test coverage detected