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

Method setUp

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

Source from the content-addressed store, hash-verified

404
405class TestCurtsiesPagerText(TestCase):
406 def setUp(self):
407 self.repl = create_repl()
408 self.repl.pager = self.assert_pager_gets_unicode
409
410 def assert_pager_gets_unicode(self, text):
411 self.assertIsInstance(text, str)

Callers

nothing calls this directly

Calls 1

create_replFunction · 0.70

Tested by

no test coverage detected