summaryrefslogtreecommitdiff
path: root/numpy/ctypeslib.pyi
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2020-08-19 14:49:16 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2020-08-19 14:49:16 +0200
commit1ef217b19161e01672e243d21263e517f63d817a (patch)
tree904654692d6cd9705790b02b811d5efaee048e1b /numpy/ctypeslib.pyi
parent64619c55896dad1927afe78c0702a58abf0d038f (diff)
downloadnumpy-1ef217b19161e01672e243d21263e517f63d817a.tar.gz
ENH: Add placeholder stubs for all sub-modules
Diffstat (limited to 'numpy/ctypeslib.pyi')
-rw-r--r--numpy/ctypeslib.pyi4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/ctypeslib.pyi b/numpy/ctypeslib.pyi
new file mode 100644
index 000000000..3938d68de
--- /dev/null
+++ b/numpy/ctypeslib.pyi
@@ -0,0 +1,4 @@
+from typing import Any
+
+# TODO: remove when the full numpy namespace is defined
+def __getattr__(name: str) -> Any: ...