ee690a08a3703c1f8d790a83c8ab5ac260f74bf6,parser/python/setup.py,,,#,20
Before Change
include_path = "include"
include_subdirs = ["common", "comp", "flat"]
if not os.path.isdir(include_path):
os.makedirs(include_path)
for subdir in include_subdirs:
shutil.copytree("../" + subdir, include_path + "/" + subdir)
After Change
module = Extension("_nnef",
sources=["nnef.cpp"],
include_dirs=["../include"],
language="c++",
extra_compile_args=["-std=c++11"])
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: KhronosGroup/NNEF-Tools
Commit Name: ee690a08a3703c1f8d790a83c8ab5ac260f74bf6
Time: 2019-06-26
Author: 9149812+tdanyluk@users.noreply.github.com
File Name: parser/python/setup.py
Class Name:
Method Name:
Project Name: hyperspy/hyperspy
Commit Name: 629167ee324a0b955ef46cd5a0cd7bb504ef8c44
Time: 2020-09-09
Author: tjof2@cam.ac.uk
File Name: hyperspy/defaults_parser.py
Class Name:
Method Name: guess_gos_path
Project Name: nilearn/nilearn
Commit Name: c682a4a369787a1132b4fbe5f19473b1f6d66bbc
Time: 2020-09-29
Author: jerome@dockes.org
File Name: nilearn/datasets/struct.py
Class Name:
Method Name: _fetch_surf_fsaverage