grapa.shared.conditional_property_applier.ConditionalPropertyApplier

class grapa.shared.conditional_property_applier.ConditionalPropertyApplier

Bases: object

Apply changes to attributes of Curves within a Graph, for the Curves that satisfy a test

__init__()

Methods

apply(graphorcurve, test_prop, test_mode, ...)

Changes values of property to a given value, for all curves satisfying test condition.

Attributes

MODES_BYINPUTTYPE

MODES_VALUES

classmethod apply(graphorcurve, test_prop, test_mode, test_value, apply_prop, apply_value)

Changes values of property to a given value, for all curves satisfying test condition.