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

Method current_gui

IPython/lib/inputhook.py:239–245  ·  view source on GitHub ↗

DEPRECATED since IPython 5.0 Return a string indicating the currently active GUI or None.

(self)

Source from the content-addressed store, hash-verified

237 return decorator
238
239 def current_gui(self):
240 """DEPRECATED since IPython 5.0
241
242 Return a string indicating the currently active GUI or None."""
243 warn("`current_gui` is deprecated since IPython 5.0 and will be removed in future versions.",
244 DeprecationWarning, stacklevel=2)
245 return self._current_gui
246
247 def enable_gui(self, gui=None, app=None):
248 """DEPRECATED since IPython 5.0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected