On Tue, May 5, 2009 at 3:56 PM, dartdog <[email protected]> wrote: > > When you're starting out it is often the simplest stuff.... > I'm reading some code and I see tow blocks with @permalink at the > start, it looks to me that this s just a comment (that requires no > termination i.e. one word??) but I just wanted confirmation, believe > it or not it is about impossible to search the docs or groups for @ > sign!!! much less @ sign usage or comments!! My books and doc's show > many other methods but not �...@comment!! > > >
This is really a general python question, so a group like comp.lang.python might be a more appropriate place to ask it. But what you're seeing is a decorator: http://docs.python.org/glossary.html#term-decorator Colin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

