We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17ecbe7 commit 457e1e2Copy full SHA for 457e1e2
Lib/_pyrepl/console.py
@@ -114,6 +114,10 @@ def clear(self) -> None:
114
"""Wipe the screen"""
115
...
116
117
+ def clear_all(self) -> None:
118
+ """Clear screen and scrollback buffer."""
119
+ ...
120
+
121
@abstractmethod
122
def finish(self) -> None:
123
"""Move the cursor to the end of the display and otherwise get
0 commit comments