> 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!!
These are Python Decorators - http://wiki.python.org/moin/PythonDecorators Regards, Wayne --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

