On 4 май, 09:08, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Fri, 04 May 2007 01:34:20 -0300, <[EMAIL PROTECTED]> escribio: > > I'm not against 'dir(MyClass)'; the question is, what should I 'dir()' > > to get methods of 'pyuno' type instance? > Usually instances don't have its own methods, they get them from the > class. So you actually need dir(MyClass). > Note that dir() might not show all available methods.
Let me retype my question: what I 'dir()' in case of 'pyuno' type instance? Or in case of 'dict' type instance? Or in case of any other new python type? -- http://mail.python.org/mailman/listinfo/python-list