On Tuesday 28 March 2006 10:18, Frank Burkhardt wrote: > how do I get a list of the names of all utilities providing a given > interface?
zope.component.getUtilitiesFor(IMyIface) This returns a list of tuples (name, utility) Regards, Stephan -- Stephan Richter CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student) Web2k - Web Software Design, Development and Training _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
