36f36f3317d31cd4868e221bbb54e08e7c8b9c48,PyInstaller/hooks/hook-astroid.py,,,#,37
Before Change
// everything in brain/ is dynamically imported, these are hidden imports. For
// simplicity, include everything in astroid. Exclude all the test/ subpackage
// contents and the test_util module.
hiddenimports = collect_submodules("astroid",
lambda name: (not is_module_or_submodule(name, "astroid.tests")) and
(not name == "test_util"))
After Change
// everything in brain/ is dynamically imported, these are hidden imports. For
// simplicity, include everything in astroid. Exclude all the test/ subpackage
// contents and the test_util module.
hiddenimports = ["six"] + collect_submodules("astroid",
lambda name: (not is_module_or_submodule(name, "astroid.tests")) and
(not name == "test_util"))
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: pyinstaller/pyinstaller
Commit Name: 36f36f3317d31cd4868e221bbb54e08e7c8b9c48
Time: 2018-09-02
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-astroid.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: a65ee52405b035fec6a511bb8c31183a13bed5f5
Time: 2015-06-30
Author: bjones AT ece.msstate.edu
File Name: PyInstaller/hooks/hook-sphinx.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 255a7ee01ad9be217bff1f8aa1689d9e8d49cc27
Time: 2016-03-07
Author: nicholas.chammas@gmail.com
File Name: PyInstaller/hooks/hook-cryptography.py
Class Name:
Method Name: