{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / hooks / CommandChainDispatcher / __call__

function

IPython.core.hooks:CommandChainDispatcher.__call__

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

Signature

def   __call__ ( self * args ** kw )

Summary

Command chain is called just like normal func.

Extended Summary

This will call all funcs in chain with the same args as were given to this function, and return the result of first func that didn't raise TryNext

Aliases

  • IPython.core.hooks.CommandChainDispatcher.__call__