(
self, op: OperatorType, *other: Any, **kwargs: Any
)
| 541 | if typing.TYPE_CHECKING: |
| 542 | |
| 543 | def operate( |
| 544 | self, op: OperatorType, *other: Any, **kwargs: Any |
| 545 | ) -> ColumnOperators: ... |
| 546 | |
| 547 | def reverse_operate( |
| 548 | self, op: OperatorType, other: Any, **kwargs: Any |
no outgoing calls
no test coverage detected