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

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
io.py 20 of streams into text. TextIOWrapper, which extends it, is a buffered text
56 "BufferedRandom", "TextIOBase", "TextIOWrapper",
66 IncrementalNewlineDecoder, TextIOWrapper)
96 for klass in (StringIO, TextIOWrapper):
  /prebuilts/gdb/darwin-x86/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):
  /prebuilts/gdb/linux-x86/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):
  /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):
  /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):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
io.py 20 of streams into text. TextIOWrapper, which extends it, is a buffered text
47 "BufferedRandom", "TextIOBase", "TextIOWrapper",
57 IncrementalNewlineDecoder, TextIOWrapper)
88 for klass in (StringIO, TextIOWrapper):
  /external/python/cpython2/Lib/
io.py 20 of streams into text. TextIOWrapper, which extends it, is a buffered text
47 "BufferedRandom", "TextIOBase", "TextIOWrapper",
57 IncrementalNewlineDecoder, TextIOWrapper)
88 for klass in (StringIO, TextIOWrapper):
  /external/python/cpython3/Lib/
io.py 20 of streams into text. TextIOWrapper, which extends it, is a buffered text
47 "BufferedRandom", "TextIOBase", "TextIOWrapper",
57 IncrementalNewlineDecoder, TextIOWrapper)
90 for klass in (StringIO, TextIOWrapper):
getpass.py 51 input = io.TextIOWrapper(tty)
lzma.py 285 io.TextIOWrapper instance with the specified encoding, error
305 return io.TextIOWrapper(binary_file, encoding, errors, newline)
bz2.py 306 io.TextIOWrapper instance with the specified encoding, error
325 return io.TextIOWrapper(binary_file, encoding, errors, newline)
cgi.py 34 from io import StringIO, BytesIO, TextIOWrapper
151 if isinstance(fp, TextIOWrapper):
415 1. a TextIOWrapper object
485 elif isinstance(fp, TextIOWrapper):
    [all...]
  /external/python/cpython3/Lib/email/
parser.py 10 from io import StringIO, TextIOWrapper
111 fp = TextIOWrapper(fp, encoding='ascii', errors='surrogateescape')
  /external/python/cpython3/Lib/test/
test_io.py 65 """Get the default TextIOWrapper chunk size"""
430 return self.TextIOWrapper(UnseekableReader(), "ascii")
436 return self.TextIOWrapper(UnseekableWriter(), "ascii")
    [all...]
test_getpass.py 4 from io import BytesIO, StringIO, TextIOWrapper
74 stream = TextIOWrapper(BytesIO(), encoding="ascii")
100 mock.patch('io.TextIOWrapper') as textio:
114 mock.patch('io.TextIOWrapper'), \
126 mock.patch('io.TextIOWrapper') as textio, \
141 mock.patch('io.TextIOWrapper'), \
test_uu.py 20 class FakeIO(io.TextIOWrapper):
test_cmd_line_script.py 548 text = io.TextIOWrapper(io.BytesIO(stderr), 'ascii').read()
560 text = io.TextIOWrapper(io.BytesIO(stderr), 'ascii').read()
571 text = io.TextIOWrapper(io.BytesIO(stderr), "ascii").read()
  /external/python/cpython2/Lib/test/
test_io.py 61 """Get the default TextIOWrapper chunk size"""
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_io.py 51 """Get the default TextIOWrapper chunk size"""
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_io.py 57 """Get the default TextIOWrapper chunk size"""
    [all...]
  /prebuilts/gdb/linux-x86/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/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...]
  /tools/test/connectivity/tools/lab/metrics/
usb_metric.py 32 return io.TextIOWrapper(stdout, encoding="utf-8")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/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
106 class _UnbufferedTextIOWrapper(io.TextIOWrapper):

Completed in 963 milliseconds

1 2 3