MCPcopy 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
127def main():
128 root= Tk()

Callers 15

__init__Method · 0.95
paFunction · 0.45
pbFunction · 0.45
doPollMethod · 0.45
__init__Method · 0.45
doPollMethod · 0.45
runMethod · 0.45
__init__Method · 0.45
runMethod · 0.45
recipe-577232.pyFile · 0.45
rshTimedFunction · 0.45
doneFunction · 0.45

Calls 2

configureMethod · 0.95
afterMethod · 0.45

Tested by

no test coverage detected