HomeSort by relevance Sort by last modified time
    Searched defs:HTTPResponse (Results 1 - 7 of 7) sorted by null

  /external/python/cpython3/Lib/http/
client.py 51 HTTPResponse class does not enforce this state machine, which
83 __all__ = ["HTTPResponse", "HTTPConnection",
218 class HTTPResponse(io.BufferedIOBase):
239 # The HTTPResponse object is returned via urllib. The clients
793 response_class = HTTPResponse
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 49 HTTPResponse class does not enforce this state machine, which
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
325 class HTTPResponse:
674 response_class = HTTPResponse
    [all...]
  /external/python/cpython2/Lib/
httplib.py 49 HTTPResponse class does not enforce this state machine, which
87 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
354 class HTTPResponse:
715 response_class = HTTPResponse
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 49 HTTPResponse class does not enforce this state machine, which
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
325 class HTTPResponse:
685 response_class = HTTPResponse
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 49 HTTPResponse class does not enforce this state machine, which
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
325 class HTTPResponse:
685 response_class = HTTPResponse
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 49 HTTPResponse class does not enforce this state machine, which
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
325 class HTTPResponse:
685 response_class = HTTPResponse
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 49 HTTPResponse class does not enforce this state machine, which
86 __all__ = ["HTTP", "HTTPResponse", "HTTPConnection",
325 class HTTPResponse:
685 response_class = HTTPResponse
    [all...]

Completed in 179 milliseconds