MCPcopy Create free account
hub / github.com/ActiveState/code / poll

Method poll

recipes/Python/578875_Analog_Clock/recipe-578875.py:244–246  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

242 ## Animates the clock, by redrawing everything after a certain time interval.
243 #
244 def poll(self):
245 self.redraw()
246 self.root.after(200,self.poll)
247
248## Main program for testing.
249#

Callers 3

__init__Method · 0.95
_sendfile_use_sendfileFunction · 0.45
wait_for_fdFunction · 0.45

Calls 2

redrawMethod · 0.95
afterMethod · 0.45

Tested by

no test coverage detected