Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ setUp
Method
setUp
bpython/test/test_repl.py:374–375 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
372
self.repl.cursor_offset = len(line)
373
374
def
setUp(self):
375
self.repl = FakeRepl()
376
377
def
test_current_string(self):
378
self.set_input_line(
'a = "2"'
)
Callers
nothing calls this directly
Calls
1
FakeRepl
Class · 0.85
Tested by
no test coverage detected