Home
last modified time | relevance | path

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

/external/yapf/yapf/yapflib/
Dfile_resources.py95 with py3compat.open_with_encoding(
167 with py3compat.open_with_encoding(
179 with py3compat.open_with_encoding(
Dpy3compat.py29 def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument function
52 open_with_encoding = io.open variable
Dyapf_api.py194 with py3compat.open_with_encoding(
/external/yapf/yapftests/
Dfile_resources_test.py283 with py3compat.open_with_encoding(file1, mode='w', encoding='latin-1') as f: