Home | History | Annotate | Download | only in python2.7

Lines Matching defs:ServerProxy

108   ServerProxy    Represents a logical connection to an XML-RPC server
966 server should be a ServerProxy object.
1503 # This class is available as ServerProxy and Server. New code should
1504 # use ServerProxy, to avoid confusion.
1506 # @def ServerProxy(uri, **options)
1516 class ServerProxy:
1588 "<ServerProxy for %s%s>" %
1602 """A workaround to get special attributes on the ServerProxy
1613 Server = ServerProxy
1622 # server = ServerProxy("http://localhost:8000") # local server
1623 server = ServerProxy("http://time.xmlrpc.com/RPC2")