Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ disable
Method
disable
IPython/lib/inputhook.py:322–323 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
320
self.manager = manager
321
322
def
disable(self):
323
pass
324
325
inputhook_manager = InputHookManager()
326
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected