Lines Matching defs:client
5 # an XML-RPC client interface for Python.
61 # The XML-RPC client interface is
90 An XML-RPC client interface for Python.
97 Error Base class for client errors
136 import http.client
185 # Base class for all kinds of client-side errors.
188 """Base class for client errors."""
1133 # client identifier (may be overridden)
1167 except http.client.RemoteDisconnected:
1256 self._connection = host, http.client.HTTPConnection(chost)
1375 if not hasattr(http.client, "HTTPSConnection"):
1377 "your version of http.client doesn't support HTTPS")
1381 self._connection = host, http.client.HTTPSConnection(chost,