__dict__ for instances?

half.italian at gmail.com half.italian at gmail.com
Sun May 13 12:57:50 EDT 2007


On May 13, 4:30 am, Ivan Voras <ivoras at __fer.hr__> wrote:
> half.ital... at gmail.com wrote:
> > I think you want "dir(instance)"  __dict__ returns the instance
>
> Part of the problem is that dir(instance) returns a list of strings, so
> iterating the dir(instance) gets me strings, not methods. Alternatively,
> is there a way to get a "bound" instance by its name - some
> introspection function perhaps?
>
> > variables and values as a dictionary, but doesn't return methods.
>
> It does on a Class :(
>
> --
> (\__/)
> (O.o)
> (> < )
>
> This is Bunny.
> Copy Bunny into your signature to help him on his way to world domination!
>
>  signature.asc
> 1KDownload

I tried.

~Sean




More information about the Python-list mailing list