Skip to content

Instantly share code, notes, and snippets.

@bq1990
Created May 27, 2015 21:30
Show Gist options
  • Save bq1990/f64a71063ba5fe11b92b to your computer and use it in GitHub Desktop.
Save bq1990/f64a71063ba5fe11b92b to your computer and use it in GitHub Desktop.
Check for attribute in a list of objects
any(group.name == "admin" for group in user.groups)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment