Re: Django: metaWeblog: dir() doesn't show methods
Thanks. -- http://mail.python.org/mailman/listinfo/python-list
Re: Django: metaWeblog: dir() doesn't show methods
On May 21, 1:01 pm, "." wrote: > Is this a bug or some sort of encapsulation? More or less the latter. What you have is a server proxy, something that passes data back & forth between your app and the XMLRPC-providing server. So when you dir() it, it's showing you the methods of the proxy, not o