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:268–269 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
266
267
class
TestStdOutErr(TestCase):
268
def
setUp(self):
269
self.repl = create_repl()
270
271
def
test_newline(self):
272
self.repl.send_to_stdouterr(
"\n\n"
)
Callers
nothing calls this directly
Calls
1
create_repl
Function · 0.70
Tested by
no test coverage detected