Skip to content

Instantly share code, notes, and snippets.

@dkhmelenko
Last active September 20, 2023 08:46
Show Gist options
  • Save dkhmelenko/6d4d022437f115b38d185bf93c3fb02e to your computer and use it in GitHub Desktop.
Save dkhmelenko/6d4d022437f115b38d185bf93c3fb02e to your computer and use it in GitHub Desktop.
Decorator usage
@authenticate(user)
def get_employees():
...
get_employees()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment