On Oct 6, 1:36 am, "Gabriel Genellina" wrote:
> En Mon, 05 Oct 2009 11:59:01 -0300, Tomas Zulberti
> escribió:
>
> > Hi. I have a class that extends collections.MutableMapping. I am
> > checking if it is abstract, using the moduleinspect. But isabstract
> > returns a number different from zero
En Mon, 05 Oct 2009 11:59:01 -0300, Tomas Zulberti
escribió:
Hi. I have a class that extends collections.MutableMapping. I am
checking if it is abstract, using the module inspect. But isabstract
returns a number different from zero insted of True or False. The
problem with that is that someti
Hi. I have a class that extends collections.MutableMapping. I am
checking if it is abstract, using the module inspect. But isabstract
returns a number different from zero insted of True or False. The
problem with that is that sometimes it returns False when the class
isn't an abstract.
>>> inspect