3c2ea9033a44539247f814f7f5d2bedd53641239,setup.py,,,#,12

Before Change


def read(fname):
    return open(os.path.join(os.path.dirname(__file__), fname)).read()

__version__ = read("GPy/VERSION")

//Mac OS X Clang doesn"t support OpenMP th the current time.
//This detects if we are building on a Mac
def ismac():

After Change


    return open(os.path.join(os.path.dirname(__file__), fname)).read()

version_dummy = {}
exec(read("GPy/__version__.py"), version_dummy)
__version__ = version_dummy["__version__"]
del version_dummy

//Mac OS X Clang doesn"t support OpenMP th the current time.
//This detects if we are building on a Mac
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 7

Instances


Project Name: SheffieldML/GPy
Commit Name: 3c2ea9033a44539247f814f7f5d2bedd53641239
Time: 2015-09-09
Author: ibinbei@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: gyoisamurai/GyoiThon
Commit Name: 4f53bca9b044b20bc4aa8b7719bbbb2984623b3a
Time: 2018-06-04
Author: gyoiler3@gmail.com
File Name: classifier4gyoithon/GyoiClassifier.py
Class Name:
Method Name:


Project Name: gyoisamurai/GyoiThon
Commit Name: 5765f471197edbf64a57dd2628dcd3051c7ea46c
Time: 2018-06-04
Author: gyoiler3@gmail.com
File Name: gyoithon.py
Class Name:
Method Name: