r.a.Report(object) : class documentation

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
def __init__(self, project, rvn_bug, rvn_bug_occurrence, rvn_bugs_metadata):

Build a report from reven_api.bug.

ParametersprojectA Project instance.
rvn_bugA reven_api.bug instance.
@property
def type(self):

Type of the bug.

@property
def severity(self):

Severity of the bug.

@property
def description(self):

Description of the report.

@property
def binary_name(self):

Binary name where the bug occurred.

@property
def symbol_name(self):

Symbol name where the bug occurred.

def point(self):

Point where the bug occurred.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2017-01-20 15:13:29.