Lines Matching refs:encoding
398 with open(error_log_file, encoding='utf-8') as f:
764 with open(save_file, 'w+', encoding='utf-8') as _file:
858 return pickle.load(config_dictionary_file, encoding='utf-8')
1086 with open(jsonfile, 'r', encoding='utf-8') as cache:
1112 return version_file_path.read_text(encoding='utf-8')
1122 return open(version_file, encoding='utf-8').read()
1631 with open(timestamp_file, 'w', encoding='utf-8') as _file:
1728 with open(full_path, 'r', encoding='utf-8') as cache:
1840 with open(build_file, 'r', encoding='utf-8') as cache:
1926 with open(result_html, 'w', encoding='utf-8') as cache:
1969 with open(log, 'r', encoding='utf-8') as cache:
2062 with open(log, 'r', encoding='utf-8') as cache: