Home
last modified time | relevance | path

Searched refs:encode_type (Results 1 – 1 of 1) sorted by relevance

/tools/asuite/aidegen/lib/
Dcommon_util.py620 def read_file_content(path, encode_type='utf8'): argument
630 with open(path, 'r', encoding=encode_type) as template: