Searched refs:StreamReaderWriter (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/ |
H A D | codecs.py | 26 "StreamReaderWriter", "StreamRecoder", 668 class StreamReaderWriter: class 670 """ StreamReaderWriter instances allow wrapping streams which 683 """ Creates a StreamReaderWriter instance. 745 # these are needed to make "with StreamReaderWriter(...)" work properly 912 srw = StreamReaderWriter(file, info.streamreader, info.streamwriter, errors)
|
/third_party/python/Lib/xml/sax/ |
H A D | saxutils.py | 80 if isinstance(out, (codecs.StreamWriter, codecs.StreamReaderWriter)):
|
/third_party/python/Lib/test/ |
H A D | test_codecs.py | 1732 "StreamReaderWriter", "StreamRecoder", 1743 self.assertIsInstance(file, codecs.StreamReaderWriter) 2327 with codecs.StreamReaderWriter(f, info.streamreader,
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 6632 lines = codecs.StreamReaderWriter(sys.stdin,
|
Completed in 15 milliseconds