MCPcopy Create free account
hub / github.com/Bbalduzz/fletmint / decrease_counter

Method decrease_counter

fletmint/stepper.py:138–141  ·  view source on GitHub ↗
(self, e)

Source from the content-addressed store, hash-verified

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 = (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected