MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / clear

Method clear

pager/pagerctl.py:329–331  ·  view source on GitHub ↗

Clear screen to color (default black).

(self, color=0)

Source from the content-addressed store, hash-verified

327 _lib.pager_flip()
328
329 def clear(self, color=0):
330 """Clear screen to color (default black)."""
331 _lib.pager_clear(color)
332
333 def get_ticks(self):
334 """Get milliseconds since init."""

Callers 12

draw_dashboardMethod · 0.45
draw_hostsMethod · 0.45
draw_credentialsMethod · 0.45
draw_vulnerabilitiesMethod · 0.45
_draw_settings_screenMethod · 0.45
cleanupMethod · 0.45
pagerctl.pyFile · 0.45
cleanupMethod · 0.45
_draw_main_menuMethod · 0.45
_show_messageMethod · 0.45
_show_clear_data_menuMethod · 0.45
_confirmMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected