Right way to define methods to SimpleXMLRPCServer?

Skip Montanaro skip at pobox.com
Thu Sep 2 19:54:31 EDT 2004


    Diez> Looking into the docs, you see that dispatch is supposed to have this
    Diez> signature:

    Diez> def _dispatch(self, method, params):

Thanks.  The _dispatch interface isn't defined in the SimpleXMLRPCServer
docs.  Your comment made me try pydoc.  I'll update the LaTeX docs.

Skip





More information about the Python-list mailing list