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

Method setUp

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

Source from the content-addressed store, hash-verified

458
459class TestCurtsiesPasteEvents(TestCase):
460 def setUp(self):
461 self.repl = create_repl()
462
463 def test_control_events_in_small_paste(self):
464 self.assertGreaterEqual(

Callers

nothing calls this directly

Calls 1

create_replFunction · 0.70

Tested by

no test coverage detected