MCPcopy Create free account
hub / github.com/ipython/ipython / test_push3

Method test_push3

IPython/core/tests/test_inputsplitter.py:253–257  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

251 self.assertEqual(isp.push(line), True)
252
253 def test_push3(self):
254 isp = self.isp
255 isp.push('if True:')
256 isp.push(' a = 1')
257 self.assertEqual(isp.push('b = [1,'), False)
258
259 def test_push_accepts_more(self):
260 isp = self.isp

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected