MCPcopy Index your code
hub / github.com/python/cpython / do

Method do

Lib/_pyrepl/historical_reader.py:191–194  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

189
190class isearch_forwards(commands.Command):
191 def do(self) -> None:
192 r = self.reader
193 r.isearch_direction = ISEARCH_DIRECTION_FORWARDS
194 r.isearch_next()
195
196
197class isearch_backwards(commands.Command):

Callers

nothing calls this directly

Calls 1

isearch_nextMethod · 0.80

Tested by

no test coverage detected