class documentation

class UseDefChains(object): (source)

View In Hierarchy

DefUseChains adaptor that builds a mapping between each user and the Def that defines this user: - chains: Dict[node, List[Def]], a mapping between nodes and the Defs that define it.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable chains Undocumented
def __init__(self, defuses): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented