text_lint.operations.validators.expressions.greater_than.GreaterThan
- class text_lint.operations.validators.expressions.greater_than.GreaterThan[Quellcode]
Bases:
ExpressionBaseEvaluate one value being greater than another.
- apply(value_a: float, value_b: float) float | bool[Quellcode]
Apply the mathematical operator to these two values.
- Rückgabetyp:
float | bool