Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python find object with attribute in list

obj = next((obj for obj in list if obj['attribute'] == attribute), None)
 
PREVIOUS NEXT
Tagged: #python #find #object #attribute #list
ADD COMMENT
Topic
Name
4+1 =