Skip to content

Instantly share code, notes, and snippets.

@dkhmelenko
Created September 19, 2023 07:57
Show Gist options
  • Save dkhmelenko/acac9e9dee7f6469ea0d075f9ff1ea8f to your computer and use it in GitHub Desktop.
Save dkhmelenko/acac9e9dee7f6469ea0d075f9ff1ea8f to your computer and use it in GitHub Desktop.
Decorators chaining
@authenticate
@log_request
def get_employees(user):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment