(
self, op: OperatorType, *other: Any, **kwargs: Any
)
| 705 | if typing.TYPE_CHECKING: |
| 706 | |
| 707 | def operate( |
| 708 | self, op: OperatorType, *other: Any, **kwargs: Any |
| 709 | ) -> ColumnOperators: ... |
| 710 | |
| 711 | def reverse_operate( |
| 712 | self, op: OperatorType, other: Any, **kwargs: Any |
no outgoing calls
no test coverage detected