Searched refs:ini_file_path (Results 1 – 1 of 1) sorted by relevance
1283 def _set_ini_fields(ini_file_path, ini_field_dict): argument1285 with open(ini_file_path, 'r') as f:1293 with open(ini_file_path, 'w') as f: