There was an error while loading. Please reload this page.
--retries
1 parent 88270cd commit 745d24cCopy full SHA for 745d24c
1 file changed
Doc/library/asyncio-tools.rst
@@ -19,8 +19,8 @@ The following commands inspect the process identified by ``PID``:
19
20
.. code-block:: shell-session
21
22
- $ python -m asyncio pstree [--retries N] PID
23
- $ python -m asyncio ps [--retries N] PID
+ $ python -m asyncio pstree PID
+ $ python -m asyncio ps PID
24
25
The commands read the target process state without executing any code in it.
26
They are only available on supported platforms and may require permission to
0 commit comments