MCPcopy
hub / github.com/will8211/unimatrix / clear

Method clear

unimatrix.py:348–352  ·  view source on GitHub ↗

Erases message with spaces when the countdown runs out

(self)

Source from the content-addressed store, hash-verified

346 self.screen.addstr(0, 0, message_str, curses.color_pair(3))
347
348 def clear(self):
349 """
350 Erases message with spaces when the countdown runs out
351 """
352 self.screen.addstr(0, 0, ' ' * 11, curses.color_pair(1))
353
354
355class Column:

Callers 2

_mainFunction · 0.95
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected