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