bundles / IPython 9.13.0 / IPython / core / events / EventManager / trigger
function
IPython.core.events:EventManager.trigger
source: /IPython/core/events.py :92
Signature
def trigger ( self , event : str , * args : Any , ** kwargs : Any ) → None Summary
Call callbacks for event.
Extended Summary
Any additional arguments are passed to all callbacks registered for this event. Exceptions raised by callbacks are caught, and a message printed.
Aliases
-
IPython.core.events.EventManager.trigger