reven2.preview.taint.TaintStateView(TaintResultView)
class documentationreven2.preview.taint
(View In Hierarchy)
A view of the TaintState
s
that occurred in a taint.
For more information on views, please refer to the TaintResultView
documentation.
This object is not meant to be constructed directly. It is created by
Taint.states
>>> # states is TaintStateView >>> states = taint.states() >>> repr(states) TaintStateView
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 |
Method | _update_remaining_result | Undocumented |