class documentation
class TaintWarningView(TaintResultView[TaintWarning]):
A view of the TaintWarning
s 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
Examples
>>> # warnings is TaintWarningView >>> warnings = taint.warnings() >>> repr(warnings) TaintWarningView
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | _data |
Undocumented |
Method | _data |
Undocumented |
Method | _result |
Undocumented |
def __init__(self, trace, taint_data, fetch_count=100):
Undocumented
Parameters | |
trace:_Trace | Undocumented |
taint_TaintData | Undocumented |
fetchint | Undocumented |