Skip to content

Instantly share code, notes, and snippets.

@adrianmarkperea
Last active June 11, 2020 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianmarkperea/0ed8994507db3c27565bf6a74e9abd1f to your computer and use it in GitHub Desktop.
Save adrianmarkperea/0ed8994507db3c27565bf6a74e9abd1f to your computer and use it in GitHub Desktop.
def wrapper():
print(f'Function `{fun.__name__}` called')
fun() # Original reference to walkout()
print(f'Function `{fun.__name__}` finished')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment