We probably want to avoid having to write with to separate operators that have the same name but have different signatures. There are several ways to fix this using singledispatch or multimethods. Singledispatch is included in Python-3, and available from pypi for Python-2.
We probably want to avoid having to writewith to separate operators that have the same name but have different signatures. There are several ways to fix this using singledispatch or multimethods. Singledispatch is included in Python-3, and available from pypi for Python-2.