MCPcopy Index your code
hub / github.com/rawpython/remi / display_counter

Method display_counter

examples/widgets_overview_app.py:165–168  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

163 return verticalContainer
164
165 def display_counter(self):
166 self.count += 1
167 if not self.stop_flag:
168 Timer(1, self.display_counter).start()
169
170 def menu_dialog_clicked(self, widget):
171 self.dialog = gui.GenericDialog(title='Dialog Box', message='Click Ok to transfer content to main page', width='500px')

Callers 1

mainMethod · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected