class documentation

An interface for classes that can perform substitutions for variables.

Method substitute_bindings No summary
Method variables No summary
def substitute_bindings(self, bindings): (source)
Returns
(any)The object that is obtained by replacing each variable bound by bindings with its values. Aliases are already resolved. (maybe?)
def variables(self): (source)
Returns
A list of all variables in this object.