You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.0 / IPython / core / events / EventManager / __init__

function

IPython.core.events:EventManager.__init__

source: /IPython/core/events.py :28

Signature

def   __init__ ( self shell available_events print_on_error = True )

Summary

Initialise the CallbackManager.

Parameters

shell

The InteractiveShell instance

available_events

An 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__