|
|
|
|
|
__cmp__(self,
other)
Ranks Process es by PID. |
source code
|
|
|
|
|
|
|
|
|
descendents(self)
A list containing Process objects corresponding to
the descendents of this Process , (children,
grandchildren, etc.) |
source code
|
|
|
|
|
|
|
|
|
command_line(self)
The command-line used to create this Process . |
source code
|
|
|
env(self)
A map describing the environment in effect during the creation of
this Process . |
source code
|
|
|
kill(self,
signal=None)
Send the indicated signal to this process. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__str__
|