Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/ipython/ipython
/ tearDown
Method
tearDown
tests/test_interactiveshell.py:1066–1067 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1064
ip.input_transformers_post.append(self.transformer)
1065
1066
def
tearDown(self):
1067
ip.input_transformers_post.remove(self.transformer)
1068
1069
def
test_syntaxerror_input_transformer(self):
1070
with
tt.AssertPrints(
"1234"
):
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected