Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dpy3compat.py32 …def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument #… function
55 open_with_encoding = io.open variable
Dfile_resources.py182 with py3compat.open_with_encoding(
270 with py3compat.open_with_encoding(
282 with py3compat.open_with_encoding(
Dyapf_api.py234 with py3compat.open_with_encoding(
/external/yapf/yapftests/
Dfile_resources_test.py458 with py3compat.open_with_encoding(file1, mode='w', encoding='latin-1') as f: