Home
last modified time | relevance | path

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

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