72c3e4d08113608350d196bac824f502814fba2f,docs/conf.py,,,#,20
Before Change
from mock import Mock as MagicMock
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
if on_rtd:
html_theme = "default"
else:
html_theme = "nature"
After Change
master_doc = "index"
base_dir = os.path.join(os.path.dirname(__file__), os.pardir)
about = {}
with open(os.path.join(base_dir, "phe", "__about__.py")) as f:
exec(f.read(), about)
// General information about the project.
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 9
Instances
Project Name: data61/python-paillier
Commit Name: 72c3e4d08113608350d196bac824f502814fba2f
Time: 2018-01-24
Author: brian@thorne.link
File Name: docs/conf.py
Class Name:
Method Name:
Project Name: deepinsight/insightface
Commit Name: 96bd8223d58cea3a9acf0723cc8a4e241a6640fb
Time: 2019-01-21
Author: guojia@gmail.com
File Name: alignment/test.py
Class Name:
Method Name:
Project Name: deepinsight/insightface
Commit Name: e866668706184d9cc7715de46f83aa3915a2aacd
Time: 2019-01-21
Author: guojia@gmail.com
File Name: alignment/test.py
Class Name:
Method Name:
Project Name: data61/python-paillier
Commit Name: 72c3e4d08113608350d196bac824f502814fba2f
Time: 2018-01-24
Author: brian@thorne.link
File Name: docs/conf.py
Class Name:
Method Name: