HomeSort by relevance Sort by last modified time
    Searched refs:TextIOWrapper (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 20 of streams into text. TextIOWrapper, which extends it, is a buffered text
47 "BufferedRandom", "TextIOBase", "TextIOWrapper",
57 IncrementalNewlineDecoder, TextIOWrapper)
87 for klass in (StringIO, TextIOWrapper):
_pyio.py 143 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open
224 text = TextIOWrapper(buffer, encoding, errors, newline, line_buffering)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py 20 of streams into text. TextIOWrapper, which extends it, is a buffered text
47 "BufferedRandom", "TextIOBase", "TextIOWrapper",
57 IncrementalNewlineDecoder, TextIOWrapper)
87 for klass in (StringIO, TextIOWrapper):
_pyio.py 143 'r', 'wt', 'rt', etc.), it returns a TextIOWrapper. When used to open
224 text = TextIOWrapper(buffer, encoding, errors, newline, line_buffering)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 57 """Get the default TextIOWrapper chunk size"""
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 57 """Get the default TextIOWrapper chunk size"""
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 84 # Keep the original file open when the TextIOWrapper is
94 # TextIOWrapper uses this methods to determine
100 # wrap a binary writer with TextIOWrapper
101 class UnbufferedTextIOWrapper(io.TextIOWrapper):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 84 # Keep the original file open when the TextIOWrapper is
94 # TextIOWrapper uses this methods to determine
100 # wrap a binary writer with TextIOWrapper
101 class UnbufferedTextIOWrapper(io.TextIOWrapper):

Completed in 278 milliseconds