class documentation

class FeatureValueUnion(SubstituteBindingsSequence, frozenset): (source)

Constructor: FeatureValueUnion(values)

View In Hierarchy

A base feature value that represents the union of two or more FeatureValueSet or Variable.

Method __new__ Undocumented
Method __repr__ Undocumented

Inherited from SubstituteBindingsSequence:

Method subst Undocumented
Method substitute_bindings No summary
Method variables No summary
def __new__(cls, values): (source)

Undocumented

def __repr__(self): (source)

Undocumented