What is the significance of after() in this code?

Neil Cerutti neilc at norwich.edu
Mon Dec 7 08:17:54 EST 2009


On 2009-12-07, W. eWatson <wolftracks at invalid.com> wrote:
> See Subject.
>      def StackImages(self):
>          self.Upload("P")
>          self.after_id = self.master.after(10000,self.GetFrameOne)

It's a violation of the Law of Demeter.

-- 
Neil Cerutti



More information about the Python-list mailing list