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

Method tearDown

tests/test_interactiveshell.py:886–888  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

884 ip.push({"Integer": Integer})
885
886 def tearDown(self):
887 ip.ast_transformers.remove(self.intwrapper)
888 del ip.user_ns["Integer"]
889
890 def test_run_cell(self):
891 ip.run_cell("n = 2")

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected