Skip to content

Instantly share code, notes, and snippets.

@rec
Last active July 12, 2020 09:49
Show Gist options
  • Save rec/e8defbb792315f17e7df5b8dd8325bd3 to your computer and use it in GitHub Desktop.
Save rec/e8defbb792315f17e7df5b8dd8325bd3 to your computer and use it in GitHub Desktop.
@print_before3()
def mj1(a, b, c):
pass
@print_before3('OK')
def mj2(one, two, three):
pass
@print_before3
def mj3(do, re, mi):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment