See Subject.
def StackImages(self):
self.Upload("P")
self.after_id = self.master.after(10000,self.GetFrameOne)
--
http://mail.python.org/mailman/listinfo/python-list
- What is the significance of after() in this code? W. eWatson
- Re: What is the significance of after() in this cod... Carl Banks
- Re: What is the significance of after() in this cod... Benjamin Kaplan
- Re: What is the significance of after() in this cod... zeph
- Re: What is the significance of after() in this cod... Martin P. Hellwig
- Re: What is the significance of after() in this cod... Neil Cerutti
- Re: What is the significance of after() in this... Neil Cerutti
