On Dec 6, 7:29 pm, "W. eWatson" <wolftra...@invalid.com> wrote:
> See Subject.
>      def StackImages(self):
>          self.Upload("P")
>          self.after_id = self.master.after(10000,self.GetFrameOne)

It's a "method" of the object that is bound to "self.master".  It's
return value is then bound to the attribute "after_id" of the object
"self".


Carl Banks
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to