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

Method setUp

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

Source from the content-addressed store, hash-verified

266
267class TestStdOutErr(TestCase):
268 def setUp(self):
269 self.repl = create_repl()
270
271 def test_newline(self):
272 self.repl.send_to_stdouterr("\n\n")

Callers

nothing calls this directly

Calls 1

create_replFunction · 0.70

Tested by

no test coverage detected