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

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


On 2009-12-07, Neil Cerutti <neilc at norwich.edu> wrote:
> 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.

Actually, I take that back. Dur.

-- 
Neil Cerutti



More information about the Python-list mailing list