Skip to content

Commit d9fc1c9

Browse files
sharmaignecorona10
andauthored
refactor: specify that clear_all is an abstract method
Co-authored-by: Donghee Na <donghee.na92@gmail.com>
1 parent c0f2687 commit d9fc1c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/_pyrepl/console.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def clear(self) -> None:
114114
"""Wipe the screen"""
115115
...
116116

117+
@abstractmethod
117118
def clear_all(self) -> None:
118119
"""Clear screen and scrollback buffer."""
119120
...

0 commit comments

Comments
 (0)