Determining if an object is a class?

Michele Simionato michele.simionato at gmail.com
Thu Jul 13 02:52:02 EDT 2006


Clay_Culver at yahoo.com wrote:
> I need to find out if an object is a class.
> Which is quite simply awful...does anyone know of a better way to do
> this?

inspect.isclass

     M.S.




More information about the Python-list mailing list