Searched defs:ServerProxy (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dxmlrpclib.py109 ServerProxy Represents a logical connection to an XML-RPC server
975 server should be a ServerProxy object.
1527 # This class is available as ServerProxy and Server. New code should
1528 # use ServerProxy, to avoid confusion.
1530 # @def ServerProxy(uri, **options)
1540 class ServerProxy: class in inherits:
1612 "<ServerProxy for %s%s>" %
1626 """A workaround to get special attributes on the ServerProxy
1637 Server = ServerProxy
1644 server = ServerProxy("htt
[all...]
/external/python/cpython3/Lib/xmlrpc/
H A Dclient.py104 ServerProxy Represents a logical connection to an XML-RPC server
851 server should be a ServerProxy object.
1375 # This class is available as ServerProxy and Server. New code should
1376 # use ServerProxy, to avoid confusion.
1378 # @def ServerProxy(uri, **options)
1388 class ServerProxy: class in inherits:
1476 """A workaround to get special attributes on the ServerProxy
1493 Server = ServerProxy
1503 server = ServerProxy("http://localhost:8000")

Completed in 172 milliseconds