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')
source not stored for this graph (policy: none)
no test coverage detected