Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ poll
Method
poll
recipes/Python/576830_analog_clock/recipe-576830.py:123–125 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
tag =self._ALL)
122
123
def
poll(self):
124
self.configure()
125
self.root.after(200,self.poll)
126
127
def
main():
128
root= Tk()
Callers
15
__init__
Method · 0.95
pa
Function · 0.45
pb
Function · 0.45
doPoll
Method · 0.45
__init__
Method · 0.45
doPoll
Method · 0.45
run
Method · 0.45
__init__
Method · 0.45
run
Method · 0.45
recipe-577232.py
File · 0.45
rshTimed
Function · 0.45
done
Function · 0.45
Calls
2
configure
Method · 0.95
after
Method · 0.45
Tested by
no test coverage detected