Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ setUp
Method
setUp
bpython/test/test_curtsies_repl.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
40
class
TestCurtsiesRepl(TestCase):
41
def
setUp(self):
42
self.repl = create_repl()
43
44
def
cfwp(self, source):
45
return
interpreter.code_finished_will_parse(
Callers
nothing calls this directly
Calls
1
create_repl
Function · 0.70
Tested by
no test coverage detected