Searched refs:open_with_encoding (Results 1 – 4 of 4) sorted by relevance
95 with py3compat.open_with_encoding(167 with py3compat.open_with_encoding(179 with py3compat.open_with_encoding(
29 def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument function52 open_with_encoding = io.open variable
194 with py3compat.open_with_encoding(
283 with py3compat.open_with_encoding(file1, mode='w', encoding='latin-1') as f: