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

Method setUp

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

Source from the content-addressed store, hash-verified

432
433class TestCurtsiesStartup(TestCase):
434 def setUp(self):
435 self.repl = create_repl()
436
437 def write_startup_file(self, fname, encoding):
438 with open(fname, mode="w", encoding=encoding) as f:

Callers

nothing calls this directly

Calls 1

create_replFunction · 0.70

Tested by

no test coverage detected