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

Method do

Lib/_pyrepl/commands.py:132–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130
131class clear_screen(Command):
132 def do(self) -> None:
133 r = self.reader
134 r.console.clear()
135 r.dirty = True
136
137
138class refresh(Command):

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected