Re: [Tutor] real world decorators

2009-09-21 Thread John
On Sunday 20 September 2009 03:43:32 pm Eike Welk wrote: > On Sunday 20 September 2009, John wrote: > > Hi, > > > > I think I understand what decorators are and how they work. Maybe > > it's just me but I don't know where I'd use them in my real world > > programming. I see how they work with pro

Re: [Tutor] real world decorators

2009-09-21 Thread Patrick Sabin
John wrote: Hi, I think I understand what decorators are and how they work. Maybe it's just me but I don't know where I'd use them in my real world programming. I see how they work with profile or coverage but does anyone have real world uses. @classmethod, @staticmethod, @property, @abs

Re: [Tutor] real world decorators

2009-09-20 Thread Kent Johnson
On Sun, Sep 20, 2009 at 3:40 PM, John wrote: > Hi, > > I think I understand what decorators are and how they work.  Maybe it's just > me but I don't know where I'd use them in my real world programming.  I see > how they work with profile or coverage but does anyone have real world uses. Here are

Re: [Tutor] real world decorators

2009-09-20 Thread Eike Welk
On Sunday 20 September 2009, John wrote: > Hi, > > I think I understand what decorators are and how they work. Maybe > it's just me but I don't know where I'd use them in my real world > programming. I see how they work with profile or coverage but does > anyone have real world uses. Frequently

[Tutor] real world decorators

2009-09-20 Thread John
Hi, I think I understand what decorators are and how they work. Maybe it's just me but I don't know where I'd use them in my real world programming. I see how they work with profile or coverage but does anyone have real world uses. I mostly create wxPython apps and don't see where they migh