ReactiveX / RxPY

ReactiveX for Python
https://rxpy.rtfd.io
MIT License
4.79k stars 362 forks source link

Refactor to support operator overloading #19

Closed dbrattli closed 5 years ago

dbrattli commented 9 years ago

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.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.