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

Function _get_inline_config

IPython/core/tests/test_display.py:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 nt.assert_is_none(img._repr_jpeg_())
136
137def _get_inline_config():
138 from ipykernel.pylab.config import InlineBackend
139 return InlineBackend.instance()
140
141@dec.skip_without('matplotlib')
142def test_set_matplotlib_close():

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected