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:81–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
79
80
class
history_search_forward(commands.Command):
81
def
do(self) -> None:
82
r = self.reader
83
r.search_next(forwards=True)
84
85
86
class
restore_history(commands.Command):
Callers
nothing calls this directly
Calls
1
search_next
Method · 0.80
Tested by
no test coverage detected