Searched refs:encode_type (Results 1 – 1 of 1) sorted by relevance
623 def read_file_content(path, encode_type='utf8'): argument633 with open(path, encoding=encode_type) as template: