On Thu, 3 May 2001, Pierre-Julien Grizel wrote: > You can use the Python builtin issubclass : > ex : > if issubclass(object.__class__, ObjectManager): > xxx > Jerome Alet wrote: > > > > I'm writing something generic in a python script This doesn't work in a python script (name starting with "_"). thanks anyway. Jerome Alet