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 455d9bb commit 77fb481Copy full SHA for 77fb481
Doc/library/pdb.rst
@@ -702,7 +702,8 @@ can be overridden by the local file.
702
.. pdbcommand:: attach process
703
704
Attach to a running process. The *process* argument could be either a
705
- :class:`subprocess.Popen`, :class:`multiprocessing.Process` or a process ID.
+ process ID, or any object that has a ``pid`` attribute like
706
+ :class:`subprocess.Popen` or :class:`multiprocessing.Process`.
707
708
.. versionadded:: 3.15
709
0 commit comments