Skip to content

IDEs resolves ops #773

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

Merged
merged 1 commit into from
Feb 22, 2016
Merged

IDEs resolves ops #773

merged 1 commit into from
Feb 22, 2016

Conversation

max-sixty
Copy link
Collaborator

resolves #771

@@ -477,6 +477,10 @@ def where(self, cond):
"""
return self._where(cond)

__lt__ = __le__ =__ge__ = __gt__ = __add__ = __sub__ = __mul__ = \
__truediv__ = __floordiv__ = __mod__ = __pow__ = __and__ = __xor__ = \
__or__ = __div__ = not_implemented
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parentheses for line continuation didn't seem to work here

@max-sixty
Copy link
Collaborator Author

done @shoyer

shoyer added a commit that referenced this pull request Feb 22, 2016
@shoyer shoyer merged commit 4c202f3 into pydata:master Feb 22, 2016
@max-sixty max-sixty deleted the ide-recognize-ops branch February 22, 2016 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PyCharm warnings on numeric operations
2 participants