21 Feb
2003
21 Feb
'03
10:40 p.m.
Is there a way from Python to find objects according to their *class* name instead of by their meta_type? Whereas it is easy to find objects by meta_type, e.g. list = context.objectValues('Page Template') I need isntead to find them by the class name, i.e. the name that appears when you show a list of Zope objects, e.g. ZopePageTemplate in "<ZopePageTemplate at /foo/theTemplate>" Thanks in advance, Jon Whitener Detroit Michigan USA