Skip to content

Instantly share code, notes, and snippets.

@Neppord
Created October 20, 2012 21:28
Show Gist options
  • Save Neppord/3924876 to your computer and use it in GitHub Desktop.
Save Neppord/3924876 to your computer and use it in GitHub Desktop.
debug msg decerator
@lambda func:(lambda *a, **k: (print(repr(a), repr(k)), func(*a, **k))[1])
def my_id_func(*a):
return a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment