class documentation

class TaintWarningView(TaintResultView[TaintWarning]):

View In Hierarchy

A view of the TaintWarnings that occurred in a taint.

For more information on views, please refer to the TaintResultView documentation.

Warning

This object is not meant to be constructed directly. It is created by Taint

Examples

>>> # warnings is TaintWarningView
>>> warnings = taint.warnings()
>>> repr(warnings)
TaintWarningView
Method __init__ Undocumented
Method __repr__ Undocumented
Method _data_id Undocumented
Method _data_result Undocumented
Method _result Undocumented
def __init__(self, trace, taint_data, fetch_count=100):

Undocumented

Parameters
trace:_TraceUndocumented
taint_data:_TaintDataUndocumented
fetch_count:intUndocumented
def __repr__(self):

Undocumented

def _data_id(self, warning):

Undocumented

def _data_result(self, warning):

Undocumented

Returns
TaintWarningUndocumented
def _result(self):

Undocumented