Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
131
class
clear_screen(Command):
132
def
do(self) -> None:
133
r = self.reader
134
r.console.clear()
135
r.dirty = True
136
137
138
class
refresh(Command):
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected