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

Function _get_inline_config

tests/test_display_2.py:145–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143
144
145def _get_inline_config():
146 from matplotlib_inline.config import InlineBackend
147
148 return InlineBackend.instance()
149
150
151@dec.skip_without("matplotlib")

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…