I thought it would be a good idea to as this question here since google outright ignores the @
character in a query.
What does the @
before an earlier declared function name do when used in the top level of a document, multiple times, just before def
´s?
As a follow up, is it still present in Python 3?