Searched defs:open_with_encoding (Results 1 – 1 of 1) sorted by relevance
29 def open_with_encoding(filename, mode, encoding, newline=''): # pylint: disable=unused-argument function52 open_with_encoding = io.open variable