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
Method 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.
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 at 2021-01-06 13:24:12.