Skip to content

Commit 8a0f032

Browse files
committed
🏷️ stub numpy._pyinstaller.hooks-numpy
1 parent 1416a9a commit 8a0f032

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

src/numpy-stubs/_pyinstaller/__init__.pyi

Whitespace-only changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
from typing import Final
2+
3+
# from `PyInstaller.compat`
4+
is_conda: Final[bool]
5+
is_pure_conda: Final[bool]
6+
7+
# from `PyInstaller.utils.hooks`
8+
def is_module_satisfies(requirements: str, version: None = None, version_attr: None = None) -> bool: ...
9+
10+
binaries: Final[list[tuple[str, str]]]
11+
12+
hiddenimports: Final[list[str]]
13+
excludedimports: Final[list[str]]

tool/.mypyignore-todo

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ numpy(\..+)?\.floating.as_integer_ratio
88
numpy(\..+)?\.complexfloating.__hash__
99
numpy(\..+)?\.complexfloating.__complex__
1010

11-
numpy._pyinstaller.hook-numpy
12-
1311
numpy.distutils
1412

1513
numpy.f2py.__main__

0 commit comments

Comments
 (0)