Display the current frame. Call once per frame.
(self)
| 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).""" |
no outgoing calls
no test coverage detected