module documentation

This hook should collect all binary files and any hidden modules that numpy needs.

Our (some-what inadequate) docs for writing PyInstaller hooks are kept here: https://pyinstaller.readthedocs.io/en/stable/hooks.html

Variable binaries Undocumented
Variable datas Undocumented
Variable excludedimports Undocumented
Variable hiddenimports Undocumented
binaries = (source)

Undocumented

Undocumented

excludedimports: list[str] = (source)

Undocumented

hiddenimports: list[str] = (source)

Undocumented