/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...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
backward.py | 87 from io import TextIOWrapper 96 text = TextIOWrapper(buffer, encoding, line_buffering=True)
|
/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):
|
/external/chromium_org/third_party/pymock/ |
mock.py | [all...] |