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:75–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
73
74
class
history_search_backward(commands.Command):
75
def
do(self) -> None:
76
r = self.reader
77
r.search_next(forwards=False)
78
79
80
class
history_search_forward(commands.Command):
Callers
nothing calls this directly
Calls
1
search_next
Method · 0.80
Tested by
no test coverage detected