bundles / IPython 9.12.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