text_lint.operations.validators.expressions.add.Add
- class text_lint.operations.validators.expressions.add.Add[Quellcode]
Bases:
ExpressionBaseAdd 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