Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Instead of catching the `StopIteration` exception, you can simply provide a default case to `next` :

    next((c for c in candidates if predicate(c)), default)


Indeed. I was thinking of ways to generalize for the case where a default isn't desired, then decided against introducing that complexity in the example, then forgot that I could re-simplify further.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: