Re: newbie: decorator

2008-10-05 Thread Michele Simionato
On Oct 5, 4:27 pm, TK <[EMAIL PROTECTED]> wrote: > Hi, > > I need an understandable Decorator-Example? Who can help? Thanks. > > o-o > > Thomas You may want to look at my decorator module, which has plenty of examples, some simple, some less simple: http://www.phyast.pitt.edu/~micheles/python/docu

Re: newbie: decorator

2008-10-05 Thread Bruno Desthuilliers
TK a écrit : Hi, I need an understandable Decorator-Example? Who can help? Thanks. What don't you understand in decorators ? -- http://mail.python.org/mailman/listinfo/python-list

Re: newbie: decorator

2008-10-05 Thread Duncan Booth
TK <[EMAIL PROTECTED]> wrote: > Hi, > > I need an understandable Decorator-Example? Who can help? Thanks. > Google? Try typing into the search box: python decorator -- http://mail.python.org/mailman/listinfo/python-list

newbie: decorator

2008-10-05 Thread TK
Hi, I need an understandable Decorator-Example? Who can help? Thanks. o-o Thomas -- http://mail.python.org/mailman/listinfo/python-list