Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ clear
Method
clear
Lib/_pyrepl/console.py:113–115 ·
view source on GitHub ↗
Wipe the screen
(self)
Source
from the content-addressed store, hash-verified
111
112
@abstractmethod
113
def
clear(self) -> None:
114
""
"Wipe the screen"
""
115
...
116
117
@abstractmethod
118
def
finish(self) -> None:
Callers
3
do
Method · 0.45
global_cache
Method · 0.45
show
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected