reven2.preview.taint.MarkerManager(object)
class documentationreven2.preview.taint
(View In Hierarchy)
Manages the taint markers defined in a taint.
It allows to recover the marker name associated to a marker handle.
In the simplified API where the markers are predefined to "tag0" and "tag1", its usefulness is limited.
This object is not meant to be constructed directly. It is created by
Tainter.simple_taint
.
Method | __init__ | Undocumented |
Method | marker_handle_of | Returns the marker handle for marker_name or
None if this name doesn't represent a marker in the marker
manager |
Method | __getitem__ | Returns the marker name for handle |