class documentation

class Origin: (source)

View In Hierarchy

An "origin" is an explanation of how a binding was constructed. It consists of a CFG node and a set of sourcesets. Attributes: where: The CFG node where this assignment happened. source_sets: Possible SourceSets used to construct the binding we belong to. A set of SourceSet instances.

Method AddSourceSet Add a new possible source set.
Class Variable source_sets Undocumented
Class Variable where Undocumented
def AddSourceSet(self, source_set): (source)

Add a new possible source set.

Undocumented

Undocumented