diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2017-02-14 20:48:40 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2017-02-14 20:48:40 +0100 |
| commit | 3354a2bac38d4eae40f17a7b31cfceabffbc1ad2 (patch) | |
| tree | ea3839a0ea394b24e74741af63e7b1a41e21f006 /docs | |
| parent | 31f17dfddbac84e7aa131dd74f1633ca93b3dc2b (diff) | |
| download | psutil-3354a2bac38d4eae40f17a7b31cfceabffbc1ad2.tar.gz | |
update doc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 096ec904..da307700 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1003,6 +1003,7 @@ Process class call. Not on POSIX because `ppid may change <https://github.com/giampaolo/psutil/issues/321>`__ if process becomes a zombie. + See also :meth:`parent` method. .. method:: name() @@ -1085,6 +1086,7 @@ Process class Utility method which returns the parent process as a :class:`Process` object preemptively checking whether PID has been reused. If no parent PID is known return ``None``. + See also :meth:`ppid` method. .. method:: status() |
