Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ __exit__
Method
__exit__
IPython/core/tests/test_debugger.py:55–56 ·
view source on GitHub ↗
(self, *exc)
Source
from the content-addressed store, hash-verified
53
sys.stdin = _FakeInput(self.input)
54
55
def
__exit__(self, *exc):
56
sys.stdin = self.real_stdin
57
58
#-----------------------------------------------------------------------------
59
# Tests
Callers
1
tearDown
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected