Searched refs:TextIOWrapper (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dbackward.py87 from io import TextIOWrapper namespace
96 text = TextIOWrapper(buffer, encoding, line_buffering=True)
/external/chromium_org/third_party/cython/src/Cython/
H A DUtils.py328 return io.TextIOWrapper(io.BytesIO(data),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py62 from io import TextIOWrapper namespace
1051 f = TextIOWrapper(f, coding, line_buffering=True)
1060 return TextIOWrapper(sys.stdin.buffer, errors='ignore').read()
/external/chromium_org/third_party/pymock/
H A Dmock.py2336 file_spec = list(set(dir(_io.TextIOWrapper)).union(set(dir(_io.BytesIO))))

Completed in 432 milliseconds