Skip to content

Instantly share code, notes, and snippets.

@vlazzle
Created January 23, 2010 00:14
Show Gist options
  • Save vlazzle/284319 to your computer and use it in GitHub Desktop.
Save vlazzle/284319 to your computer and use it in GitHub Desktop.
def test_filtered_really_in_2(y, xs):
def pred(e): return e is y
return filter(pred, xs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment