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