(
self, op: OperatorType, other: Any, **kwargs: Any
)
| 709 | ) -> ColumnOperators: ... |
| 710 | |
| 711 | def reverse_operate( |
| 712 | self, op: OperatorType, other: Any, **kwargs: Any |
| 713 | ) -> ColumnOperators: ... |
| 714 | |
| 715 | def __lt__(self, other: Any) -> ColumnOperators: |
| 716 | """Implement the ``<`` operator. |
no outgoing calls
no test coverage detected