class documentation

class TaintStateView(TaintResultView[TaintState]):

View In Hierarchy

A view of the TaintStates 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.states

Examples

>>> # states is TaintStateView
>>> states = taint.states()
>>> repr(states)
TaintStateView
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, state):

Undocumented

def _data_result(self, state):

Undocumented

Returns
TaintStateUndocumented
def _result(self):

Undocumented