Pardon me for most likely a dummy question but how do I find out if an
object is a class?

I need something like that:

def foo(self, obj):
  if (obj is a class):
    some stuff
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to