Home
last modified time | relevance | path

Searched refs:fileobject (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2net.py88 fileobject = httpresponse.fp
89 self.assertTrue(fileobject.__class__ is socket._fileobject)
91 self.assertTrue(not fileobject.closed)
93 self.assertTrue(fileobject.closed)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPython2710.inf134 Objects/fileobject.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonCore.inf138 Python-$(PYTHON_VERSION)/Objects/fileobject.c
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtarfile.py1497 fileobject = ExFileObject # The default ExFileObject class to use. variable in TarFile
2115 return self.fileobject(self, tarinfo)
2120 return self.fileobject(self, tarinfo)