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

Method setUp

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

Source from the content-addressed store, hash-verified

39
40class TestCurtsiesRepl(TestCase):
41 def setUp(self):
42 self.repl = create_repl()
43
44 def cfwp(self, source):
45 return interpreter.code_finished_will_parse(

Callers

nothing calls this directly

Calls 1

create_replFunction · 0.70

Tested by

no test coverage detected