Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. @decorator(the_same_variable)
  2. def function(the_same_variable):
  3.     # Do something here.
  4.     return True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement