class TaintWarningView(TaintResultView):
A view of the TaintWarning
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
>>> # warnings is TaintWarningView >>> warnings = taint.warnings() >>> repr(warnings) TaintWarningView
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 |