Home
last modified time | relevance | path

Searched refs:MyStringIO (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Tools/webchecker/
Dwebchecker.py724 class MyStringIO(StringIO.StringIO): class
766 s = MyStringIO("file:"+url, {'content-type': 'text/html'})
/external/python/cpython2/Lib/test/
Dtest_tarfile.py1805 class MyStringIO(StringIO.StringIO): class
1819 tarfile.open(fileobj=MyStringIO(data[:x]), mode=mode)