Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ tearDown
Method
tearDown
IPython/core/tests/test_interactiveshell.py:638–639 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
636
ip.ast_transformers.append(self.negator)
637
638
def
tearDown(self):
639
ip.ast_transformers.remove(self.negator)
640
641
def
test_run_cell(self):
642
with
tt.AssertPrints(
'-34'
):
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected