Skip to content

Instantly share code, notes, and snippets.

@rodrigoSyscop
Created October 9, 2017 01:33
Show Gist options
  • Save rodrigoSyscop/52653c2633e81fb9277aa6cd5b02a16a to your computer and use it in GitHub Desktop.
Save rodrigoSyscop/52653c2633e81fb9277aa6cd5b02a16a to your computer and use it in GitHub Desktop.
def filter(**lookup):
for k, v in lookup:
print(k.split('__'), v)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment