class documentation

class FeatureValueSet(SubstituteBindingsSequence, frozenset): (source)

View In Hierarchy

A base feature value that is a set of other base feature values. FeatureValueSet implements SubstituteBindingsI, so it any variable substitutions will be propagated to the elements contained by the set. A FeatureValueSet 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