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

Method do

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

Source from the content-addressed store, hash-verified

203
204class isearch_end(commands.Command):
205 def do(self) -> None:
206 r = self.reader
207 r.isearch_direction = ISEARCH_DIRECTION_NONE
208 r.console.forgetinput()
209 r.pop_input_trans()
210 r.dirty = True
211
212
213@dataclass

Callers

nothing calls this directly

Calls 2

pop_input_transMethod · 0.80
forgetinputMethod · 0.45

Tested by

no test coverage detected