text_lint.operations.validators.expressions.add.Add

class text_lint.operations.validators.expressions.add.Add[Quellcode]

Bases: ExpressionBase

Add two values together.

apply(value_a: float, value_b: float) float | bool[Quellcode]

Apply the mathematical operator to these two values.

Rückgabetyp:

float | bool