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

bundles / IPython 9.5.0 / IPython / core / hooks / CommandChainDispatcher

class

IPython.core.hooks:CommandChainDispatcher

source: /IPython/core/hooks.py :86

Signature

class   CommandChainDispatcher ( commands = None )

Members

Summary

Dispatch calls to a chain of commands until some func can handle it

Extended Summary

Usage: instantiate, execute "add" to add commands (with optional priority), execute normally via f() calling mechanism.

Aliases

  • IPython.core.hooks.CommandChainDispatcher