r.a.Process(object) : class documentation

Part of reven.api View In Hierarchy

A running process.

Method __init__
Method pid The process identifier.
Method name The process name.
Method mapping The process address space.
Method __repr__ Undocumented
def __init__(self, revn, rvn_process):
ParametersrevnA Project instance.
rvn_processA reven_api.process instance.
@property
def pid(self):

The process identifier.

@property
def name(self):

The process name.

@property
def mapping(self):

The process address space.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.