class documentation
class FeatureValueTuple(SubstituteBindingsSequence, tuple): (source)
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 |
No summary |
| Method | variables |
No summary |