(self)
| 1174 | self._post_draw(framedata, blit) |
| 1175 | |
| 1176 | def _init_draw(self): |
| 1177 | # Initial draw to clear the frame. Also used by the blitting code |
| 1178 | # when a clean base is required. |
| 1179 | self._draw_was_started = True |
| 1180 | |
| 1181 | def _pre_draw(self, framedata, blit): |
| 1182 | # Perform any cleaning or whatnot before the drawing of the frame. |
no outgoing calls
no test coverage detected