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 |
| Parameters | revn | A Project instance. |
| rvn_process | A reven_api.process instance. |