d7e195c3515630b1d93ac74e6bcae209d1bb0de7,setup.py,,,#,8

Before Change


    about = __about__.__dict__
except ImportError:
    // installing - dependencies are not there yet
    ext_modules = []
    // Manually extract the __about__
    about = dict()
    exec(open("sacred/__about__.py").read(), about)

After Change


    ],
    tests_require=["mock", "mongomock", "pytest"],

    classifiers=list(filter(None, classifiers.split("\n"))),
    description="Facilitates automated and reproducible experimental research",
    long_description=open("README.rst").read()
)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 4

Instances


Project Name: IDSIA/sacred
Commit Name: d7e195c3515630b1d93ac74e6bcae209d1bb0de7
Time: 2016-01-17
Author: qwlouse@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: IDSIA/sacred
Commit Name: 1e9a84acaf3b923e737341a5283df7aeb65b8c9b
Time: 2016-01-13
Author: qwlouse@gmail.com
File Name: setup.py
Class Name:
Method Name:


Project Name: raghakot/keras-vis
Commit Name: 9f221345e7a58804e347f2a1879b06922222413b
Time: 2017-07-03
Author: ragha@outlook.com
File Name: docs/md_autogen.py
Class Name: MarkdownAPIGenerator
Method Name: module2md