Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ setUp
Method
setUp
bpython/test/test_history.py:10–11 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
8
9
class
TestHistory(unittest.TestCase):
10
def
setUp(self):
11
self.history = History(f
"#{x}"
for
x in range(1000))
12
13
def
test_is_at_start(self):
14
self.history.first()
Callers
nothing calls this directly
Calls
1
History
Class · 0.90
Tested by
no test coverage detected