Re: abstract and isinstance()

2009-05-22 Thread Sam Chuparkoff
On Fri, 2009-05-22 at 10:36 -0700, shadfc wrote: > I've got a few classes that inherit from an abstract class. At some > point, I want to check and make sure that an object is an instance of > the base class, but this always seems to fail. I've posted what I know > and what I think may be relevan

abstract and isinstance()

2009-05-22 Thread shadfc
I've got a few classes that inherit from an abstract class. At some point, I want to check and make sure that an object is an instance of the base class, but this always seems to fail. I've posted what I know and what I think may be relevant below. Is isinstance() not matching because the Requis