MCPcopy Create free account
hub / github.com/bpython/bpython / setUp

Method setUp

bpython/test/test_curtsies_painting.py:56–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54
55class CurtsiesPaintingTest(ClearEnviron):
56 def setUp(self):
57 class TestRepl(BaseRepl):
58 def _request_refresh(inner_self):
59 pass
60
61 self.repl = TestRepl(setup_config(), cast(CursorAwareWindow, None))
62 self.repl.height, self.repl.width = (5, 10)
63
64 @property
65 def locals(self):

Callers

nothing calls this directly

Calls 2

TestReplClass · 0.70
setup_configFunction · 0.70

Tested by

no test coverage detected