Deep()
Find a dictionary in a list of dictionaries by value.
Deep()
returns a dictionary from a list of dictionaries by value. This can be useful when you need to pick out e.g. a product by id from a list of products represented by dictionaries.
Usage
Parameters:
A list.
That contains only ditionaries.
Example
Last updated