Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __exit__
Method
__exit__
IPython/testing/tools.py:296–297 ·
view source on GitHub ↗
(self, exc_type, exc_value, traceback)
Source
from the content-addressed store, hash-verified
294
return
self
295
296
def
__exit__(self, exc_type, exc_value, traceback):
297
self.tearDown()
298
299
300
pair_fail_msg = (
"Testing {0}\n\n"
Callers
nothing calls this directly
Calls
1
tearDown
Method · 0.95
Tested by
no test coverage detected