MCPcopy 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
80class history_search_forward(commands.Command):
81 def do(self) -> None:
82 r = self.reader
83 r.search_next(forwards=True)
84
85
86class restore_history(commands.Command):

Callers

nothing calls this directly

Calls 1

search_nextMethod · 0.80

Tested by

no test coverage detected