Re: variables preceeded with @

2006-02-07 Thread Thomas Girod
Yum, food for thoughts. Thanks Diez. -- http://mail.python.org/mailman/listinfo/python-list

Re: variables preceeded with @

2006-02-07 Thread Diez B. Roggisch
Thomas Girod wrote: > Hello there. > > I recently started looking at turbogears and I found code such as : > > class Root(controllers.Root): > @turbogears.expose(html="blog.templates.accueil") > def index(self,**kw): > return dict() > > > What is this "@" ? I looked around