class documentation

class FeatureValueTuple(SubstituteBindingsSequence, tuple): (source)

View In Hierarchy

A base feature value that is a tuple of other base feature values. FeatureValueTuple implements SubstituteBindingsI, so it any variable substitutions will be propagated to the elements contained by the set. A FeatureValueTuple is immutable.

Method __repr__ Undocumented

Inherited from SubstituteBindingsSequence:

Method subst Undocumented
Method substitute_bindings No summary
Method variables No summary
def __repr__(self): (source) ΒΆ

Undocumented