How do I get type methods?

yavannadil at yahoo.com yavannadil at yahoo.com
Fri May 4 08:59:48 EDT 2007


On 4 май, 09:08, "Gabriel Genellina" <gagsl-... at yahoo.com.ar> wrote:
> En Fri, 04 May 2007 01:34:20 -0300, <yavanna... at yahoo.com> 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?




More information about the Python-list mailing list