class documentation

class TaintAccessView(TaintResultView):

View In Hierarchy

A view of the TaintAccesss 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.accesses

Examples

>>> # accesses is TaintAccessView
>>> accesses = taint.accesses()
>>> repr(accesses)
TaintAccessView
Method __init__ Undocumented
Method __repr__ Undocumented
Method _result Undocumented
Method _data_id Undocumented
Method _data_result Undocumented

Inherited from TaintResultView:

Method filter_by_context_range Filter the result view such that the results are between from_context and to_context.
Method take_n Filter the result view such as to get at most take_n results
Property status Property: the current status of this view instance, with regards to whether results are available to fetch.
Method all Yields all results in the view
Method available Yields the results that are currently available in the view.
Instance Variable _remaining_result Undocumented
Instance Variable _rvn_taint_query Undocumented
Instance Variable _trace Undocumented
Instance Variable _taint_data Undocumented
Instance Variable _status Undocumented
Method _context_from_id Undocumented
Method _compare_context Undocumented
def __init__(self, trace, taint_data, changes_only=False, fetch_count=100):
def _result(self):

Undocumented

def _data_id(self, access):

Undocumented

def _data_result(self, access):

Undocumented

def __repr__(self):
API Documentation for reven2, generated by pydoctor 21.2.2 at 2021-04-08 12:31:35.