Function
zope.app.component.queryNextUtility

Signature

queryNextUtility(context, interface, name='', default=None)

Documentation String

Query for the next available utility.

Find the next available utility providing interface and having the specified name. If no utility was found, return the specified default value.