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

Method setUp

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

Source from the content-addressed store, hash-verified

393 """
394
395 def setUp(self):
396 self.isp = isp.IPythonInputSplitter()
397
398 def test_syntax(self):
399 """Call all single-line syntax tests from the main object"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected