Return a wrapped version of file which provides transparent encoding translation. Data written to the wrapped file is decoded according to the given data_encoding and then encoded to the underlying file using file_encoding. The intermediate data type will us
(file, data_encoding, file_encoding=None, errors='strict')
nothing calls this directly
no test coverage detected