(self, op, *other, **kwargs)
| 1344 | return value |
| 1345 | |
| 1346 | def operate(self, op, *other, **kwargs): |
| 1347 | elem = object.__getattribute__(self, "_py_wrapper_literal")() |
| 1348 | return op(elem, *other, **kwargs) |
| 1349 | |
| 1350 | def reverse_operate(self, op, other, **kwargs): |
| 1351 | elem = object.__getattribute__(self, "_py_wrapper_literal")() |
no test coverage detected