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

Method __init__

IPython/lib/inputhook.py:319–320  ·  view source on GitHub ↗
(self, manager)

Source from the content-addressed store, hash-verified

317 They may also define a :meth:`disable` method with no arguments.
318 """
319 def __init__(self, manager):
320 self.manager = manager
321
322 def disable(self):
323 pass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected