reven.api.Report(object) class documentationreven.api
(View In Hierarchy)
A report given by inspectors about an execution. Can signal:
| Method | __init__ | Initialize a report from a low-level object. Not meant to be called directly. |
| Method | type | Property: Type of the bug. |
| Method | severity | Property: Severity of the bug. |
| Method | description | Property: Description of the report. |
| Method | binary_name | Property: Binary name where the bug occurred. |
| Method | symbol_name | Property: Symbol name where the bug occurred. |
| Method | point | Point where the bug occurred. |
| Method | __repr__ | Undocumented |
Initialize a report from a low-level object. Not meant to be called directly.
Use Project.reports
instead.
| Parameters | project | A Project instance. |
| rvn_bug | A reven_api.bug instance. | |
| rvn_bug_occurrence | A reven_api.bug_occurrence instance. | |
| rvn_bug_metadata | A reven_api.bug_metadata instance. |