Skip to content

Instantly share code, notes, and snippets.

@pradeepvairamani
Created April 11, 2014 19:48
Show Gist options
  • Save pradeepvairamani/10496049 to your computer and use it in GitHub Desktop.
Save pradeepvairamani/10496049 to your computer and use it in GitHub Desktop.
#The @ symbol indicates that we are applying the decorator to
#the function hello()
@timer
def hello():
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment