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

Method do

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

Source from the content-addressed store, hash-verified

95
96class first_history(commands.Command):
97 def do(self) -> None:
98 self.reader.select_item(0)
99
100
101class last_history(commands.Command):

Callers

nothing calls this directly

Calls 1

select_itemMethod · 0.45

Tested by

no test coverage detected