MCPcopy Index your code
hub / github.com/ipython/ipython / _convert_gui_from_matplotlib

Function _convert_gui_from_matplotlib

IPython/core/pylabtools.py:511–514  ·  view source on GitHub ↗
(gui: str | None)

Source from the content-addressed store, hash-verified

509
510
511def _convert_gui_from_matplotlib(gui: str | None) -> str | None:
512 if gui and gui.lower() == "macosx":
513 return "osx"
514 return gui

Callers 3

enable_guiMethod · 0.85
find_gui_and_backendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…