Skip to content

Instantly share code, notes, and snippets.

@manuelinfosec
Created September 6, 2022 02:15
Show Gist options
  • Save manuelinfosec/5c406c03fd890bf0f81e70650a685921 to your computer and use it in GitHub Desktop.
Save manuelinfosec/5c406c03fd890bf0f81e70650a685921 to your computer and use it in GitHub Desktop.
@my_shiny_new_decorator
def another_stand_alone_function():
print("Leave me alone")
another_stand_alone_function()
# Outputs:
# Before the function runs
# Leave me alone
# After the function runs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment