MCPcopy 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
74class history_search_backward(commands.Command):
75 def do(self) -> None:
76 r = self.reader
77 r.search_next(forwards=False)
78
79
80class history_search_forward(commands.Command):

Callers

nothing calls this directly

Calls 1

search_nextMethod · 0.80

Tested by

no test coverage detected