codecs.StreamReaderWriter

class codecs.StreamReaderWriter(stream, Reader, Writer, errors)

Creates a StreamReaderWriter instance. stream must be a file-like object. Reader and Writer must be factory functions or classes providing the StreamReader and StreamWriter interface resp. Error handling is done in the same way as defined for the stream readers and writers.

doc_python
2016-10-07 17:28:47
Comments
Leave a Comment

Please login to continue.