Lines Matching full:rpc
1 """Self documenting XML-RPC Server.
3 This module can be used to create XML-RPC servers that
110 """Produce HTML documentation for an XML-RPC server."""
135 """Generates documentation for an XML-RPC server.
143 self.server_name = 'XML-RPC Server Documentation'
145 "This server exports the following methods through the XML-RPC "\
147 self.server_title = 'XML-RPC Server Documentation'
216 """XML-RPC and documentation request handler class.
219 XML-RPC requests.
245 """XML-RPC and HTML documentation server.
260 """Handler for XML-RPC data and documentation requests passed through