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

Method enable

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

Source from the content-addressed store, hash-verified

449@inputhook_manager.register('qt5')
450class Qt5InputHook(Qt4InputHook):
451 def enable(self, app=None):
452 warn("This function is deprecated since IPython 5.0 and will be removed in future versions.",
453 DeprecationWarning, stacklevel=2)
454 os.environ['QT_API'] = 'pyqt5'
455 return Qt4InputHook.enable(self, app)
456
457
458@inputhook_manager.register('gtk')

Callers

nothing calls this directly

Calls 1

enableMethod · 0.45

Tested by

no test coverage detected