MCPcopy Create free account
hub / github.com/ipython/ipython / __init__

Method __init__

IPython/core/hooks.py:96–100  ·  view source on GitHub ↗
(self,commands=None)

Source from the content-addressed store, hash-verified

94
95 """
96 def __init__(self,commands=None):
97 if commands is None:
98 self.chain = []
99 else:
100 self.chain = commands
101
102
103 def __call__(self,*args, **kw):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected