Created
September 19, 2023 07:57
-
-
Save dkhmelenko/acac9e9dee7f6469ea0d075f9ff1ea8f to your computer and use it in GitHub Desktop.
Decorators chaining
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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