bundles / IPython 9.14.0.dev / IPython / core / hooks / CommandChainDispatcher / __iter__
function
IPython.core.hooks:CommandChainDispatcher.__iter__
source: /IPython/core/hooks.py :124
Signature
def __iter__ ( self ) Summary
Return all objects in chain.
Extended Summary
Handy if the objects are not callable.
Aliases
-
IPython.core.hooks.CommandChainDispatcher.__iter__