Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ tearDown
Method
tearDown
tests/test_interactiveshell.py:768–769 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
766
ip.ast_transformers.append(self.negator)
767
768
def
tearDown(self):
769
ip.ast_transformers.remove(self.negator)
770
771
def
test_non_int_const(self):
772
with
tt.AssertPrints(
"hello"
):
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected