efbfb971fb2bdf6d04df208df437deea15c434a5,PyInstaller/utils/hooks/qt.py,,add_qt5_dependencies,#Any#,459

Before Change


        // On Windows, find this library; other platforms already provide the
        // full path.
        if is_win:
            imp = getfullnameof(imp)

        // Strip off the extension and ``lib`` prefix (Linux/Mac) to give the raw
        // name. Lowercase (since Windows always normalized names to lowercase).
        lib_name = os.path.splitext(os.path.basename(imp))[0].lower()

After Change


        if is_win:
            imp = getfullnameof(imp,
                // First, look for Qt binaries in the local Qt install.
                pyqt5_library_info.location["BinariesPath"] if is_PyQt5 else
                pyside2_library_info.location["BinariesPath"]
            )
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: pyinstaller/pyinstaller
Commit Name: efbfb971fb2bdf6d04df208df437deea15c434a5
Time: 2019-07-31
Author: bjones@ece.msstate.edu
File Name: PyInstaller/utils/hooks/qt.py
Class Name:
Method Name: add_qt5_dependencies


Project Name: pyinstaller/pyinstaller
Commit Name: d756331fb7df294e1787a7240f51597cb0559a3c
Time: 2019-11-12
Author: me@systemcluster.me
File Name: PyInstaller/hooks/hook-PySide2.QtNetwork.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: 47bd7f10de3b343270fd4d34b356f14617d5d3a1
Time: 2019-08-01
Author: bjones@ece.msstate.edu
File Name: PyInstaller/hooks/hook-PyQt5.QtNetwork.py
Class Name:
Method Name: