Home | History | Annotate | Download | only in Lib

Lines Matching defs:StreamRecoder

25            "StreamReaderWriter", "StreamRecoder",
752 class StreamRecoder:
754 """ StreamRecoder instances translate data from one encoding to another.
759 Data written to the StreamRecoder is first decoded into an
775 """ Creates a StreamRecoder instance which implements a two-way
933 sr = StreamRecoder(file, data_info.encode, data_info.decode,