Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

get the first item from an iterable that matches a condition

a = []
item = next((x for x in a), None)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #item #iterable #matches #condition
ADD COMMENT
Topic
Name
3+8 =