Searched refs:open_with_encoding (Results 1 – 4 of 4) sorted by relevance
32 …def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument #… function55 open_with_encoding = io.open variable
182 with py3compat.open_with_encoding(270 with py3compat.open_with_encoding(282 with py3compat.open_with_encoding(
234 with py3compat.open_with_encoding(
458 with py3compat.open_with_encoding(file1, mode='w', encoding='latin-1') as f: