Restore the graphics context from the stack - needed only for backends that save graphics contexts on a stack.
(self)
| 743 | self._sketch = gc._sketch |
| 744 | |
| 745 | def restore(self): |
| 746 | """ |
| 747 | Restore the graphics context from the stack - needed only |
| 748 | for backends that save graphics contexts on a stack. |
| 749 | """ |
| 750 | |
| 751 | def get_alpha(self): |
| 752 | """ |
no outgoing calls
no test coverage detected