bg_ie at yahoo.com wrote: > Hi, > > Is it possible to find out if an object is of a certain type or of a > type derived from this type? http://docs.python.org/lib/built-in-funcs.html Look for isinstance. Diez