8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6935f7d commit 9b9a004Copy full SHA for 9b9a004
Lib/asyncio/runners.py
@@ -22,8 +22,7 @@ class Runner:
22
with asyncio.Runner(debug=True) as runner:
23
runner.run(main())
24
25
-
26
- .run() method can be called multiple times.
+ The run() method can be called multiple times within the runner's context.
27
28
This can be useful for interactive console (e.g. IPython),
29
unittest runners, console tools, -- everywhere when async code
0 commit comments