Re: xmlrpclib and methods declared at runtime

2006-07-26 Thread squid
On Wed, 26 Jul 2006 09:08:55 -0400, Brett g Porter <[EMAIL PROTECTED]> wrote: Brett, Thanks a bunch for the explanation! Regards, squid. -- http://mail.python.org/mailman/listinfo/python-list

Re: xmlrpclib and methods declared at runtime

2006-07-26 Thread Brett g Porter
squid wrote: > > Based on having read the python tutorial and remembering the list of > built-in functions, my guess would have been calling setattr in the > constructor or after doing a listMethods operation against the XML-RPC > server.. That is, assuming the XML-RPC service supports this api..