zope.event
API Reference¶
The package exports the following API symbols.
Data¶
- zope.event.subscribers = []¶
Applications may register for notification of events by appending a callable to the
subscribers
list.Each subscriber takes a single argument, which is the event object being published.
Exceptions raised by subscribers will be propagated without running any remaining subscribers.