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

Method setUp

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

Source from the content-addressed store, hash-verified

311
312class TestCurtsiesReevaluate(TestCase):
313 def setUp(self):
314 self.repl = create_repl()
315
316 def test_variable_is_cleared(self):
317 self.repl._current_line = "b = 10"

Callers

nothing calls this directly

Calls 1

create_replFunction · 0.70

Tested by

no test coverage detected