Skip to content

Instantly share code, notes, and snippets.

@rtt
Created February 15, 2013 15:45
Show Gist options
  • Select an option

  • Save rtt/4961197 to your computer and use it in GitHub Desktop.

Select an option

Save rtt/4961197 to your computer and use it in GitHub Desktop.
# beware...
def some_func():
return lambda x: x['foo'] == 'bar'
# somewhere else...
filter(some_func, some_iterable)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment