summaryrefslogtreecommitdiff
path: root/numpy/emath.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/emath.pyi')
-rw-r--r--numpy/emath.pyi4
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/emath.pyi b/numpy/emath.pyi
new file mode 100644
index 000000000..3938d68de
--- /dev/null
+++ b/numpy/emath.pyi
@@ -0,0 +1,4 @@
+from typing import Any
+
+# TODO: remove when the full numpy namespace is defined
+def __getattr__(name: str) -> Any: ...