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

Function test_set_matplotlib_close

tests/test_display_2.py:152–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150
151@dec.skip_without("matplotlib")
152def test_set_matplotlib_close():
153 from matplotlib_inline.backend_inline import set_matplotlib_close
154
155 cfg = _get_inline_config()
156 cfg.close_figures = False
157
158 set_matplotlib_close()
159 assert cfg.close_figures
160 set_matplotlib_close(False)
161 assert not cfg.close_figures
162
163
164_fmt_mime_map = {

Callers

nothing calls this directly

Calls 1

_get_inline_configFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…