You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2020. It is now read-only.
This is the same issue as #50, but for core/numerictypes.pyi. The stubs are not imported into __init__.pyi, so they are not picked up. A quick test of that:
Closesnumpy#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#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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is the same issue as #50, but for
core/numerictypes.pyi
. The stubs are not imported into__init__.pyi
, so they are not picked up. A quick test of that:gives
Revealed type is 'Any'
on master. We should move those stubs into the top-level__init__.pyi
and add tests.The text was updated successfully, but these errors were encountered: