fe0911772f297b4b40b84af22f57de374aae13fd,PyInstaller/hooks/hook-lensfunpy.py,,,#,14
Before Change
from PyInstaller.utils.hooks import collect_data_files
// bundle xml DB files, skip other files (like DLL files on Windows)
datas = list(filter(lambda p: p[0].endswith(".xml"), collect_data_files("lensfunpy")))
hiddenimports = ["numpy", "enum"]
After Change
from PyInstaller.utils.hooks import collect_data_files
// bundle xml DB files, skip other files (like DLL files on Windows)
datas = collect_data_files("lensfunpy", includes=["**/*.xml"])
hiddenimports = ["numpy", "enum"]
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 2
Instances
Project Name: pyinstaller/pyinstaller
Commit Name: fe0911772f297b4b40b84af22f57de374aae13fd
Time: 2020-05-14
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-lensfunpy.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: fe0911772f297b4b40b84af22f57de374aae13fd
Time: 2020-05-14
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-astropy.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 2c3ac86c1ea0ac81dcf98810d942e01d0db8e06f
Time: 2015-07-31
Author: h.goebel@crazy-compilers.com
File Name: PyInstaller/hooks/hook-sphinx.py
Class Name:
Method Name: