Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ do
Method
do
Lib/_pyrepl/historical_reader.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
96
class
first_history(commands.Command):
97
def
do(self) -> None:
98
self.reader.select_item(0)
99
100
101
class
last_history(commands.Command):
Callers
nothing calls this directly
Calls
1
select_item
Method · 0.45
Tested by
no test coverage detected