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

/external/python/cpython2/Lib/
H A Dpprint.py41 from cStringIO import StringIO as _StringIO namespace
43 from StringIO import StringIO as _StringIO namespace
121 sio = _StringIO()
255 sio = _StringIO()
H A Dxdrlib.py9 from cStringIO import StringIO as _StringIO namespace
11 from StringIO import StringIO as _StringIO namespace
57 self.__buf = _StringIO()
H A Dtempfile.py38 from cStringIO import StringIO as _StringIO namespace
40 from StringIO import StringIO as _StringIO namespace
528 self._file = _StringIO()
552 # _StringIO instance to a real file. So we list
/external/python/cpython3/Lib/
H A Dpprint.py41 from io import StringIO as _StringIO namespace
143 sio = _StringIO()

Completed in 779 milliseconds