r.a.TaintDiff(object) : class documentation

Part of reven.api View In Hierarchy

A taint propagation result. It stores which elements either gain or loss the taint.

Method __init__ Undocumented
Method untainted The list of untainted elements.
Method tainted The list of newly tainted elements.
def __init__(self, rvn_taint_diff):
Undocumented
@property
def untainted(self):

The list of untainted elements.

@property
def tainted(self):

The list of newly tainted elements.

API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.