f87d98c6aa5a8dd8958c8b9e3ec6262c091acd28,PyInstaller/loader/rthooks/pyi_rth_qt5.py,,,#,18

Before Change


for module_name in PYQT_MODULES:
    try:
        // This is always the top-level "PyQt5" module.
        top_level_module_obj = __import__(PYQT_PACKAGE + "." + module_name)

        // Grab the module we are interested in from the top-level module
        module_obj = top_level_module_obj.__dict__[module_name]

After Change


// self-compiled PyQt5 installations. Mandate the wheel layout. See
// ``utils/hooks/qt.py`` for more details.
pyqt_path = os.path.join(sys._MEIPASS, "PyQt5", "Qt")
os.environ["QT_PLUGIN_PATH"] = os.path.join(pyqt_path, "plugins")
os.environ["QML2_IMPORT_PATH"] = os.path.join(pyqt_path, "qml")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: pyinstaller/pyinstaller
Commit Name: f87d98c6aa5a8dd8958c8b9e3ec6262c091acd28
Time: 2018-04-02
Author: bjones@ece.msstate.edu
File Name: PyInstaller/loader/rthooks/pyi_rth_qt5.py
Class Name:
Method Name:


Project Name: timvieira/arsenal
Commit Name: 1664abf08a28bd064e7ab0a020ad9e4db6b9df6e
Time: 2010-08-30
Author: none@none
File Name: pdfminer/cmapdb.py
Class Name: CMapDB
Method Name: get_cmap


Project Name: timvieira/arsenal
Commit Name: 1664abf08a28bd064e7ab0a020ad9e4db6b9df6e
Time: 2010-08-30
Author: none@none
File Name: pdfminer/cmapdb.py
Class Name: CMapDB
Method Name: get_unicode_map