class documentation

A mixin class for sequence clases that distributes variables() and substitute_bindings() over the object's elements.

Method subst Undocumented
Method substitute_bindings No summary
Method variables No summary
def subst(self, v, bindings): (source)

Undocumented

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.