text_lint.operations.bases.operation_base.OperationBase
- class text_lint.operations.bases.operation_base.OperationBase[Quellcode]
Bases:
Generic[TypeState],ParameterValidationMixin,ABCOperation base class.
- abstract apply(state: TypeState) None[Quellcode]
Override this method to type narrow state.
- Parameter:
state (TypeState) – The state object to apply this operation to.