Method summary
- __binary_op(self, t, symbol)
- __init__(self, tree, mode, old, new)
- Lambda(self, t)
Methods
- __binary_op(self, t, symbol)
- __init__(self, tree, mode, old, new)
Unparser(tree, mode, old, new) -> None.
For a given mode, renames all occurences of old to new. 'variable' and 'function' are the only modes currently supported
- Lambda(self, t)