27f1cd9f76c30f89ae61e700b0ab9bbd4e506a76,invesalius/presets.py,Presets,OpenPlist,#Presets#Any#,138
Before Change
"Custom":_("Custom")}
p = plistlib.readPlist(filename)
thresh_mri = p["thresh_mri"].copy()
thresh_ct = p["thresh_ct"].copy()
thresh_ct_new = {}
After Change
"Custom":_("Custom")}
with open(filename, "r+b") as f:
p = plistlib.load(f, fmt=plistlib.FMT_XML)
thresh_mri = p["thresh_mri"].copy()
thresh_ct = p["thresh_ct"].copy()
thresh_ct_new = {}
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 8
Instances
Project Name: invesalius/invesalius3
Commit Name: 27f1cd9f76c30f89ae61e700b0ab9bbd4e506a76
Time: 2021-03-03
Author: totonixsame@gmail.com
File Name: invesalius/presets.py
Class Name: Presets
Method Name: OpenPlist
Project Name: invesalius/invesalius3
Commit Name: 27f1cd9f76c30f89ae61e700b0ab9bbd4e506a76
Time: 2021-03-03
Author: totonixsame@gmail.com
File Name: invesalius/data/surface.py
Class Name: Surface
Method Name: OpenPList
Project Name: invesalius/invesalius3
Commit Name: 27f1cd9f76c30f89ae61e700b0ab9bbd4e506a76
Time: 2021-03-03
Author: totonixsame@gmail.com
File Name: invesalius/data/mask.py
Class Name: Mask
Method Name: OpenPList
Project Name: invesalius/invesalius3
Commit Name: 27f1cd9f76c30f89ae61e700b0ab9bbd4e506a76
Time: 2021-03-03
Author: totonixsame@gmail.com
File Name: invesalius/presets.py
Class Name:
Method Name: get_wwwl_preset_colours