Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sendfile
Function · 0.45
wait_for_fd
Function · 0.45
Calls
2
redraw
Method · 0.95
after
Method · 0.45
Tested by
no test coverage detected