MCPcopy Index your code
hub / github.com/bpython/bpython / setUp

Method setUp

bpython/test/test_curtsies_repl.py:296–297  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

294
295class TestPredictedIndent(TestCase):
296 def setUp(self):
297 self.repl = create_repl()
298
299 def test_simple(self):
300 self.assertEqual(self.repl.predicted_indent(""), 0)

Callers

nothing calls this directly

Calls 1

create_replFunction · 0.70

Tested by

no test coverage detected