
    iv                         d Z g Zd ZdS )z# Base event system implementation

c                 0    t           D ]} ||            dS )z* Notify all subscribers of ``event``.
    N)subscribers)event
subscribers     >/usr/local/lib/python3.11/dist-packages/zope/event/__init__.pynotifyr      s0     "  

5     N)__doc__r   r    r   r   <module>r      s/         r   