Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ tearDown
Method
tearDown
tests/test_interactiveshell.py:959–960 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
957
ip.ast_transformers.append(self.transformer)
958
959
def
tearDown(self):
960
ip.ast_transformers.remove(self.transformer)
961
962
def
test_input_rejection(self):
963
""
"Check that NodeTransformers can reject input."
""
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected