Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to support operator overloading #19

Closed
dbrattli opened this issue Dec 28, 2014 · 1 comment
Closed

Refactor to support operator overloading #19

dbrattli opened this issue Dec 28, 2014 · 1 comment
Milestone

Comments

@dbrattli
Copy link
Collaborator

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.

@dbrattli dbrattli added this to the v2.0 milestone Dec 28, 2014
@lock
Copy link

lock bot commented Dec 28, 2019

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.

@lock lock bot locked as resolved and limited conversation to collaborators Dec 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant