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

Method setUp

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

Source from the content-addressed store, hash-verified

293
294class TestGetSource(unittest.TestCase):
295 def setUp(self):
296 self.repl = FakeRepl()
297
298 def set_input_line(self, line):
299 """Set current input line of the test REPL."""

Callers

nothing calls this directly

Calls 1

FakeReplClass · 0.85

Tested by

no test coverage detected