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

Method teardown

IPython/core/tests/test_pylabtools.py:173–179  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

171 pt.configure_inline_support = lambda *a,**kw:None
172
173 def teardown(self):
174 pt.activate_matplotlib = self._save_am
175 pt.import_pylab = self._save_ip
176 pt.configure_inline_support = self._save_cis
177 import matplotlib
178 matplotlib.rcParams = self._saved_rcParams
179 matplotlib.rcParamsOrig = self._saved_rcParamsOrig
180
181 def test_qt(self):
182 s = self.Shell()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected