This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

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