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

Method __str__

IPython/core/hooks.py:119–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117 raise last_exc
118
119 def __str__(self):
120 return str(self.chain)
121
122 def add(self, func, priority=0):
123 """ Add a func to the cmd chain with given priority """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected