dict_funcs#

Contain common functions on dictionaries.

Functions

get_dict_entry_by_value(x[, value_select_fn])

Get from dictionary the entry with value that returned from value_select_fn.

sort_dict(x[, reverse])

Sort dictionary by values.