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

Function test_figure_no_canvas

IPython/core/tests/test_pylabtools.py:253–256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251
252
253def test_figure_no_canvas():
254 fig = Figure()
255 fig.canvas = None
256 pt.print_figure(fig)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected