73645a788d197bb46bd816d64a59e9b47d2e41ea,PyInstaller/utils/hooks/hookutils.py,,qt5_qml_plugins_binaries,#Any#,462

Before Change


        instdir = os.path.join("qml", instdir)
        logger.debug("qt5_qml_plugins_binaries installing %s in %s"
                     % (f, instdir) )
        binaries.append((os.path.join(instdir, os.path.basename(f)), f))
    return binaries


def django_dottedstring_imports(django_root_dir):

After Change


        instdir = os.path.join("qml", instdir)
        logger.debug("qt5_qml_plugins_binaries installing %s in %s"
                     % (f, instdir) )
        binaries.append((f, instdir))
    return binaries


def django_dottedstring_imports(django_root_dir):
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 6

Instances


Project Name: pyinstaller/pyinstaller
Commit Name: 73645a788d197bb46bd816d64a59e9b47d2e41ea
Time: 2015-09-08
Author: h.goebel@crazy-compilers.com
File Name: PyInstaller/utils/hooks/hookutils.py
Class Name:
Method Name: qt5_qml_plugins_binaries


Project Name: pyinstaller/pyinstaller
Commit Name: 031426099153bc9e92adca5bbadeb519ca365d29
Time: 2015-08-14
Author: mzibr.public@gmail.com
File Name: PyInstaller/hooks/hook-enchant.py
Class Name:
Method Name:


Project Name: pyinstaller/pyinstaller
Commit Name: 09a68eb00215859005835514a5d04b01f936ed1d
Time: 2020-10-18
Author: h.goebel@crazy-compilers.com
File Name: PyInstaller/depend/analysis.py
Class Name: PyiModuleGraph
Method Name: nodes_to_toc


Project Name: pyinstaller/pyinstaller
Commit Name: 09a68eb00215859005835514a5d04b01f936ed1d
Time: 2020-10-18
Author: h.goebel@crazy-compilers.com
File Name: PyInstaller/depend/analysis.py
Class Name: PyiModuleGraph
Method Name: _make_toc