diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-09-07 10:48:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-07 10:48:48 -0600 |
commit | dec8879b4b6b032e168a417b342056d000d4318e (patch) | |
tree | 68d0b85057ad6b6bbb3d0eb70f1408dc24d15fb7 /numpy/f2py | |
parent | d73991e45e097d2d23732f5a2fcb1c9cf61f69fc (diff) | |
parent | 1c7c0f081711654095023a984978cd812ac94fb6 (diff) | |
download | numpy-dec8879b4b6b032e168a417b342056d000d4318e.tar.gz |
Merge pull request #17104 from BvB93/sub-modules
ENH: Add placeholder stubs for all sub-modules
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 |