bundles / IPython latest / IPython / core / events / EventManager
class
IPython.core.events:EventManager
source: /IPython/core/events.py :28
Signature
class EventManager ( shell : InteractiveShell , available_events : Iterable[str] , print_on_error : bool = True ) → None Members
Summary
Manage a collection of events and a sequence of callbacks for each.
Extended Summary
This is attached to InteractiveShell instances as an events attribute.
Aliases
-
IPython.core.events.EventManager