Blit the canvas in bbox (default entire canvas).
(self, bbox=None)
| 1851 | return self._is_saving |
| 1852 | |
| 1853 | def blit(self, bbox=None): |
| 1854 | """Blit the canvas in bbox (default entire canvas).""" |
| 1855 | |
| 1856 | @classmethod |
| 1857 | def _get_blit_background_id(cls): |
no outgoing calls
no test coverage detected