What is the significance of after() in this code?
W. eWatson
wolftracks at invalid.com
Sun Dec 6 22:29:48 EST 2009
See Subject.
def StackImages(self):
self.Upload("P")
self.after_id = self.master.after(10000,self.GetFrameOne)
More information about the Python-list
mailing list