8.2.4. vantage6.client.filter#

Functions

filter_dict_keys(dict_, keys)

Filter a dict on the specified keys.

filter_dicts_by_values(dicts, filters)

Filter a list of dicts on the specified key-value pairs.

filter_dicts_from_results(func)

Filter a list of dicts.

filter_dicts_keys(dict_, keys)

Filter a list of dicts on the specified keys.

filter_dicts_on_values(dicts, filters)

Filter a list of dicts on the specified key-value pairs.

filter_keys_from_result(func)

Wrapper to filter key-value pairs from a dict.

filter_keys_from_results(func)

Remove key-value pairs from a list of dicts.

post_filtering([iterable])

Decorator to add filtering of dictornaries from the result.