File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ \section{\module{xmlrpclib} --- XML-RPC client access}
1717handles all the details of translating between conformable Python
1818objects and XML on the wire.
1919
20- \begin {classdesc }{Server}{\optional { uri\optional {, transport\optional {,
21- encoding\optional {, verbose}}}}}
20+ \begin {classdesc }{Server}{uri\optional {, transport\optional {,
21+ encoding\optional {, verbose}}}}
2222A \class {Server} instance is a server proxy that manages communication
2323with a remote XML-RPC server. The required first argument is a URI
2424(Uniform Resource Indicator), and will normally be the URL of the
@@ -91,7 +91,7 @@ \subsection{Server Objects \label{server-objects}}
9191method supported by the XML-RPC server.
9292\end {methoddesc }
9393
94- \begin {methoddesc }{system.methodHelp }{name}
94+ \begin {methoddesc }{system.methodSignature }{name}
9595This method takes one parameter, the name of a method implemented by
9696the XML-RPC server.It returns an array of possible signatures for this
9797method. A signature is an array of types. The first of these types is
You can’t perform that action at this time.
0 commit comments