Searched refs:_StringIO (Results 1 - 3 of 3) 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

Completed in 483 milliseconds