Split into expressions containing and not containing specified operands/operators.
(self, *vars)
| 205 | raise NotImplementedError() |
| 206 | |
| 207 | def split(self, *vars): |
| 208 | """Split into expressions containing and not containing specified operands/operators.""" |
| 209 | raise NotImplementedError() |
| 210 | |
| 211 | def replace(self, old, new): |
| 212 | """Replace specified operand/operator.""" |
no outgoing calls
no test coverage detected