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

Function _deprecated_disable

IPython/lib/inputhook.py:660–663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658
659
660def _deprecated_disable():
661 warn("This function is deprecated since IPython 4.0 use disable_gui() instead",
662 DeprecationWarning, stacklevel=2)
663 inputhook_manager.disable_gui()
664
665disable_wx = disable_qt4 = disable_gtk = disable_gtk3 = disable_glut = \
666 disable_pyglet = disable_osx = _deprecated_disable

Callers

nothing calls this directly

Calls 1

disable_guiMethod · 0.80

Tested by

no test coverage detected