Set whether the widget is active.
(self, active)
| 73 | _active = True |
| 74 | |
| 75 | def set_active(self, active): |
| 76 | """Set whether the widget is active.""" |
| 77 | self._active = active |
| 78 | |
| 79 | def get_active(self): |
| 80 | """Get whether the widget is active.""" |
no outgoing calls
no test coverage detected