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

Method flip

pager/pagerctl.py:325–327  ·  view source on GitHub ↗

Display the current frame. Call once per frame.

(self)

Source from the content-addressed store, hash-verified

323
324 # Frame management
325 def flip(self):
326 """Display the current frame. Call once per frame."""
327 _lib.pager_flip()
328
329 def clear(self, color=0):
330 """Clear screen to color (default black)."""

Callers 10

drawMethod · 0.45
draw_menuMethod · 0.45
render_frameMethod · 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