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

Function test_qt_gtk

tests/test_pylabtools.py:269–277  ·  view source on GitHub ↗
(shell_pylab_fixture)

Source from the content-addressed store, hash-verified

267
268
269def test_qt_gtk(shell_pylab_fixture):
270 s = shell_pylab_fixture
271 gui, backend = s.enable_matplotlib("qt")
272 assert gui == "qt"
273 assert s.pylab_gui_select == "qt"
274
275 gui, backend = s.enable_matplotlib("gtk3")
276 assert gui == "qt"
277 assert s.pylab_gui_select == "qt"
278
279
280@dec.skipif(not pt._matplotlib_manages_backends())

Callers

nothing calls this directly

Calls 1

enable_matplotlibMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…