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

Method idle

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

Source from the content-addressed store, hash-verified

22 super(MyApp, self).__init__(*args)
23
24 def idle(self):
25 self.counter.set_text('Running Time: ' + str(self.count))
26 self.progress.set_value(self.count%100)
27
28 def main(self):
29 # the margin 0px auto centers the main container

Callers

nothing calls this directly

Calls 2

set_textMethod · 0.45
set_valueMethod · 0.45

Tested by

no test coverage detected