Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ tearDown
Method
tearDown
IPython/core/tests/test_inputsplitter.py:120–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
118
self.assertEqual(enc,
'ascii'
)
119
120
def
tearDown(self):
121
sys.stdin = self.old_stdin
122
123
124
class
InputSplitterTestCase(unittest.TestCase):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected