Home
last modified time | relevance | path

Searched refs:HTTPException (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dhttplib.py1195 class HTTPException(Exception): class
1200 class NotConnected(HTTPException):
1203 class InvalidURL(HTTPException):
1206 class UnknownProtocol(HTTPException):
1211 class UnknownTransferEncoding(HTTPException):
1214 class UnimplementedFileMode(HTTPException):
1217 class IncompleteRead(HTTPException):
1231 class ImproperConnectionState(HTTPException):
1243 class BadStatusLine(HTTPException):
1250 class LineTooLong(HTTPException):
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_normalization.py4 from httplib import HTTPException
45 except (IOError, HTTPException):
Dtest_multibytecodec_support.py12 from httplib import HTTPException
259 except (IOError, HTTPException):