8000 ENH: Add annotations for 9 `ndarray`/`generic` magic methods by BvB93 · Pull Request #17613 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Add annotations for 9 ndarray/generic magic methods #17613

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 9 commits into from
Oct 29, 2020

Conversation

BvB93
Copy link
Member
@BvB93 BvB93 commented Oct 22, 2020

This PR adds and/or moves around the annotations of 9 ndarray/generic magic methods:

  • __int__
  • __float__
  • __complex__
  • __abs__
  • __pos__
  • __neg__
  • __matmul__
  • __mod__
  • __divmod__

@mattip
Copy link
Member
mattip commented Oct 29, 2020

Thanks @BvB93

@BvB93 BvB93 deleted the cleanup branch October 29, 2020 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0