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

Method test_push

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

Source from the content-addressed store, hash-verified

240 self.assertEqual(isp.get_indent_spaces(), 0)
241
242 def test_push(self):
243 isp = self.isp
244 self.assertEqual(isp.push('x=1'), True)
245
246 def test_push2(self):
247 isp = self.isp

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected