Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

MAINT: pick up types from core/numerictypes.pyi #83

Merged
merged 1 commit into from
Jun 5, 2020

Conversation

person142
Copy link
Member

Closes #65.

The types currently aren't picked up. Fix that by moving them into
__init__.pyi along with the rest of the types. While we are at it,
polish the signatures a bit and add tests.

Closes numpy#65.

The types currently aren't picked up. Fix that by moving them into
`__init__.pyi` along with the rest of the types. While we are at it,
polish the signatures a bit and add tests.
@person142
Copy link
Member Author

Unless someone objects, I will merge this in a couple of days. (I don't want to port this unconnected file to NumPy.)

@person142 person142 merged commit 1eaccd4 into numpy:master Jun 5, 2020
@person142 person142 deleted the numerictypes branch June 5, 2020 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stubs in core/numerictypes.pyi are not picked up
1 participant