5b5791285332003940f4bc70c32bb0cf10a32917,PyInstaller/hooks/hook-PySide2.QtNetwork.py,,,#,12
Before Change
hiddenimports = ["PySide2.QtCore"]
// Network Bearer Management in qt 4.7+
binaries = qt_plugins_binaries("bearer", namespace="PySide2")
After Change
from PyInstaller.compat import is_win
from PyInstaller.depend.bindepend import getfullnameof
hiddenimports, binaries, datas = add_qt5_dependencies(__file__)
// Add libraries needed for SSL if these are available. See issue /, /.
if (is_win and eval_statement(
from PySide2.QtNetwork import QSslSocket
In pattern: SUPERPATTERN
Frequency: 8
Non-data size: 5
Instances Project Name: pyinstaller/pyinstaller
Commit Name: 5b5791285332003940f4bc70c32bb0cf10a32917
Time: 2019-05-10
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PySide2.QtNetwork.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 5711170213a654ee80ce2c88c87d673731e9c31a
Time: 2018-04-02
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PyQt5.QtNetwork.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 5711170213a654ee80ce2c88c87d673731e9c31a
Time: 2018-04-02
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PyQt5.QtScript.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 5711170213a654ee80ce2c88c87d673731e9c31a
Time: 2018-04-02
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PyQt5.QtSql.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 5b5791285332003940f4bc70c32bb0cf10a32917
Time: 2019-05-10
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PySide2.QtSql.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 5b5791285332003940f4bc70c32bb0cf10a32917
Time: 2019-05-10
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PySide2.QtScript.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 5711170213a654ee80ce2c88c87d673731e9c31a
Time: 2018-04-02
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PyQt5.QtCore.py
Class Name:
Method Name:
Project Name: pyinstaller/pyinstaller
Commit Name: 5b5791285332003940f4bc70c32bb0cf10a32917
Time: 2019-05-10
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PySide2.QtCore.py
Class Name:
Method Name: