old SimpleXMLRPCLib classes

Jacob Smullyan smulloni at bracknell.smullyan.org
Mon Nov 4 12:16:37 EST 2002


In article <mailman.1036428729.6238.python-list at python.org>, Brian Quinlan wrote:
> That's cool code. I wonder why system.listMethods is missing.

It isn't missing, actually; your eyeballs must have veered off course
for a moment.

> I'm also not sure what system.methodSignature is doing since it seems
> unimplementable in Python due to the lack of type information.

Method signatures don't have to include type information.  The number
and name of arguments is a signature, too. 




More information about the Python-list mailing list