(self, e)
| 136 | self.stepper_count_text.update() |
| 137 | |
| 138 | def decrease_counter(self, e): |
| 139 | self.stepper_count -= 1 |
| 140 | self.stepper_count_text.value = self.stepper_count |
| 141 | self.stepper_count_text.update() |
| 142 | |
| 143 | def did_mount(self): |
| 144 | self.colors = ( |
nothing calls this directly
no outgoing calls
no test coverage detected