Searched refs:StreamReaderWriter (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/ |
D | codecs.py | 668 class StreamReaderWriter: class 911 srw = StreamReaderWriter(file, info.streamreader, info.streamwriter, errors)
|
/third_party/python/Lib/xml/sax/ |
D | saxutils.py | 80 if isinstance(out, (codecs.StreamWriter, codecs.StreamReaderWriter)):
|
/third_party/python/Doc/library/ |
D | codecs.rst | 187 :class:`StreamReaderWriter`, providing transparent encoding/decoding. 810 StreamReaderWriter Objects 813 The :class:`StreamReaderWriter` is a convenience class that allows wrapping 820 .. class:: StreamReaderWriter(stream, Reader, Writer, errors='strict') 822 Creates a :class:`StreamReaderWriter` instance. *stream* must be a file-like 827 :class:`StreamReaderWriter` instances define the combined interfaces of
|
/third_party/python/Lib/test/ |
D | test_codecs.py | 1718 self.assertIsInstance(file, codecs.StreamReaderWriter) 2298 with codecs.StreamReaderWriter(f, info.streamreader,
|
/third_party/json/third_party/cpplint/ |
D | cpplint.py | 6327 lines = codecs.StreamReaderWriter(sys.stdin,
|
/third_party/python/Misc/ |
D | HISTORY | 22833 - StreamReader, StreamReaderWriter and StreamRecoder in the codecs
|