class documentation

A SourceSet is a combination of Bindings that was used to form a Binding. In this context, a "source" is a Binding that was used to create another Binding. E.g., for a statement like "z = a.x + y", a, a.x and y would be the Sources to create z, and would form a SourceSet.

Class Variable __slots__ Undocumented
__slots__: tuple = (source)

Undocumented