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

Method _show_matplotlib_backend

IPython/core/magics/pylab.py:170–173  ·  view source on GitHub ↗

show matplotlib message backend message

(self, gui, backend)

Source from the content-addressed store, hash-verified

168 )
169
170 def _show_matplotlib_backend(self, gui, backend):
171 """show matplotlib message backend message"""
172 if not gui or gui == 'auto':
173 print("Using matplotlib backend: %s" % backend)

Callers 2

matplotlibMethod · 0.95
pylabMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected