MCPcopy 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

doMethod · 0.45
global_cacheMethod · 0.45
showMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected