8000 ENH: Add placeholder stubs for all sub-modules by BvB93 · Pull Request #17104 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Add placeholder stubs for all sub-modules #17104

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 12 commits into from
Sep 7, 2020
Merged
Prev Previous commit
Next Next commit
Revert "REV: Removed deprecated ctypeslib stubs"
This reverts commit ced7817.
  • Loading branch information
Bas van Beek committed Aug 20, 2020
commit c8533fdf56a871edfb239d92bb608cc9222f96bd
8 changes: 8 additions & 0 deletions numpy/ctypeslib.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from typing import Any

load_library: Any
ndpointer: Any
ctypes_load_library: Any
c_intp: Any
as_ctypes: Any
as_array: Any
0