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

Method tearDown

IPython/core/tests/test_interactiveshell.py:746–748  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

744 ip.push({"Integer": Integer})
745
746 def tearDown(self):
747 ip.ast_transformers.remove(self.intwrapper)
748 del ip.user_ns['Integer']
749
750 def test_run_cell(self):
751 ip.run_cell("n = 2")

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected