Home | History | Annotate | Download | only in xmlrpc

Lines Matching defs:ServerProxy

104   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:
1476 """A workaround to get special attributes on the ServerProxy
1493 Server = ServerProxy
1503 server = ServerProxy("http://localhost:8000")