Home | History | Annotate | Download | only in Lib

Lines Matching refs:ServerProxy

109   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:
1612 "<ServerProxy for %s%s>" %
1626 """A workaround to get special attributes on the ServerProxy
1637 Server = ServerProxy
1644 server = ServerProxy("http://localhost:8000")