[Zope] (no subject)

Patrick Stinson ajole-1@gci.net
Mon, 10 Feb 2003 14:08:47 -0000


what's the easiest way to determine if an object is an anstance of a class?

like 

<dtml-in objectValues>
   // if squence-item == some_class
   // do this
</dtml-in>