class documentation

Undocumented

Method read_value Undocumented
Method unify_base_values If possible, return a single value.. If not, return the value UnificationFailure.
Constant RANGE_RE Undocumented

Inherited from Feature:

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method __lt__ Undocumented
Method __ne__ Undocumented
Method __repr__ Undocumented
Property default Default value for this feature.
Property display Custom display location: can be prefix, or slash.
Property name The name of this feature.
Instance Variable _default Undocumented
Instance Variable _display Undocumented
Instance Variable _name Undocumented
Instance Variable _sortkey Undocumented
def read_value(self, s, position, reentrances, parser): (source)

Undocumented

def unify_base_values(self, fval1, fval2, bindings): (source)

If possible, return a single value.. If not, return the value UnificationFailure.

RANGE_RE = (source)

Undocumented

Value
re.compile(r'(-?\d+):(-?\d+)')