Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ setUp
Method
setUp
IPython/core/tests/test_inputsplitter.py:125–126 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
124
class
InputSplitterTestCase(unittest.TestCase):
125
def
setUp(self):
126
self.isp = isp.InputSplitter()
127
128
def
test_reset(self):
129
isp = self.isp
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected