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

Method do

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

Source from the content-addressed store, hash-verified

196
197class isearch_backwards(commands.Command):
198 def do(self) -> None:
199 r = self.reader
200 r.isearch_direction = ISEARCH_DIRECTION_BACKWARDS
201 r.isearch_next()
202
203
204class isearch_end(commands.Command):

Callers

nothing calls this directly

Calls 1

isearch_nextMethod · 0.80

Tested by

no test coverage detected