bundles / IPython 9.12.0 / IPython / core / events / EventManager / __init__
function
IPython.core.events:EventManager.__init__
source: /IPython/core/events.py :39
Signature
def __init__ ( self , shell : InteractiveShell , available_events : Iterable[str] , print_on_error : bool = True ) → None Summary
Initialise the CallbackManager.
Parameters
shellThe InteractiveShell instance
available_eventsAn iterable of names for callback events.
print_on_error:A boolean flag to set whether the EventManager will print a warning which a event errors.
Aliases
-
IPython.core.events.EventManager.__init__