diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2020-08-20 13:53:08 +0200 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2020-08-20 13:53:08 +0200 |
commit | 1a3efc43575434509fb968cbe42701094d9a0dee (patch) | |
tree | 75a356d458522bd8459d4ea5ff370fe1f5a0860e /numpy/f2py | |
parent | b67db6b53f80f895237f58c1c8fa8a855cdd8051 (diff) | |
download | numpy-1a3efc43575434509fb968cbe42701094d9a0dee.tar.gz |
ENH: Added placeholder stubs for `distutils` and `f2py`
Diffstat (limited to 'numpy/f2py')
-rw-r--r-- | numpy/f2py/__init__.pyi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/numpy/f2py/__init__.pyi b/numpy/f2py/__init__.pyi new file mode 100644 index 000000000..602517957 --- /dev/null +++ b/numpy/f2py/__init__.pyi @@ -0,0 +1,5 @@ +from typing import Any + +run_main: Any +compile: Any +f2py_testing: Any |