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

Method enable

IPython/lib/inputhook.py:332–334  ·  view source on GitHub ↗
(self, app=None)

Source from the content-addressed store, hash-verified

330
331 A null inputhook that doesn't need to do anything"""
332 def enable(self, app=None):
333 warn("This function is deprecated since IPython 5.0 and will be removed in future versions.",
334 DeprecationWarning, stacklevel=2)
335
336@inputhook_manager.register('wx')
337class WxInputHook(InputHookBase):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected