diff options
| author | Bas van Beek <b.f.van.beek@vu.nl> | 2020-08-19 14:49:16 +0200 |
|---|---|---|
| committer | Bas van Beek <b.f.van.beek@vu.nl> | 2020-08-19 14:49:16 +0200 |
| commit | 1ef217b19161e01672e243d21263e517f63d817a (patch) | |
| tree | 904654692d6cd9705790b02b811d5efaee048e1b /numpy/testing | |
| parent | 64619c55896dad1927afe78c0702a58abf0d038f (diff) | |
| download | numpy-1ef217b19161e01672e243d21263e517f63d817a.tar.gz | |
ENH: Add placeholder stubs for all sub-modules
Diffstat (limited to 'numpy/testing')
| -rw-r--r-- | numpy/testing/__init__.pyi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/numpy/testing/__init__.pyi b/numpy/testing/__init__.pyi new file mode 100644 index 000000000..3938d68de --- /dev/null +++ b/numpy/testing/__init__.pyi @@ -0,0 +1,4 @@ +from typing import Any + +# TODO: remove when the full numpy namespace is defined +def __getattr__(name: str) -> Any: ... |
