Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwebchecker.py724 class MyStringIO(StringIO.StringIO): class
766 s = MyStringIO("file:"+url, {'content-type': 'text/html'})
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_tarfile.py1544 class MyStringIO(StringIO.StringIO): class
1558 tarfile.open(fileobj=MyStringIO(data[:x]), mode=mode)