dict_utils#
Functions
|
Return a dictionary containing key-value pairs that are common across all input dictionaries. |
|
Compare dictionaries by comparing values of sorted keys. |
|
Exchange keys & vals, assume there are no duplicate vals. |
exchanges keys & vals, but stores keys in a set |
|
split the dictionary into several dictionaries, such that each dictionary has the same values :param d: :return: |
Classes
|
A dictionary-like object that partitions items based on values returned by a collection of functions. |
|
|
|
A dictionary that evaluates values lazily upon access. |
|
LazyLoadDict is a custom dictionary class that defers data loading until it is first accessed, optimizing resource usage by delaying expensive initialization operations. |
|
LazyLoadDict is a custom dictionary class that defers data loading until it is first accessed, optimizing resource usage by delaying expensive initialization operations. |