4673937fdcb248168fdc25d49b74c5c8f35eed63,modules/Gyoi_Creator.py,Creator,decompress_file,#Creator#,194
Before Change
// Decompress compressed package file.
def decompress_file(self):
// Extract path and file name from target directory.
target_list = os.listdir(self.compress_dir)
for target in target_list:
// Create extraction directory name.
After Change
// Decompress compressed package file.
def decompress_file(self, package_path):
// Extract path and file name from target directory.
self.utility.print_message(NOTE, "Starting decompress: {}.".format(package_path))
// Create extraction directory name.
extract_dir_name = ""
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: gyoisamurai/GyoiThon
Commit Name: 4673937fdcb248168fdc25d49b74c5c8f35eed63
Time: 2019-03-13
Author: gyoiler3@gmail.com
File Name: modules/Gyoi_Creator.py
Class Name: Creator
Method Name: decompress_file
Project Name: stratosphereips/StratosphereLinuxIPS
Commit Name: bfff0cb09ae56b722c03f014337346c3a095abea
Time: 2019-04-02
Author: eldraco@gmail.com
File Name: slips.py
Class Name:
Method Name:
Project Name: p2irc/deepplantphenomics
Commit Name: c2ee60788af44fae1835da27aa41ee14974b6e18
Time: 2020-02-06
Author: dbl599@mail.usask.ca
File Name: deepplantphenomics/heatmap_object_counting_model.py
Class Name: HeatmapObjectCountingModel
Method Name: __labels_to_heatmaps