Part of reven.api View In Hierarchy
Inspector report about an execution. Can signal:
| Method | __init__ | Build a report from reven_api.bug. @param project: A Project instance. @param
rvn_bug: A reven_api.bug instance. |
| Method | type | Type of the bug. |
| Method | severity | Severity of the bug. |
| Method | description | Description of the report. |
| Method | binary_name | Binary name where the bug occurred. |
| Method | symbol_name | Symbol name where the bug occurred. |
| Method | point | Point where the bug occurred. |
| Method | __repr__ | Undocumented |
Build a report from reven_api.bug.
| Parameters | project | A Project instance. |
| rvn_bug | A reven_api.bug instance. |