Functions

alphabetical_dict(**kwargs)[source]

Returns an OrderedDict with the keys sorted alphabetically.

Parameters

kwargs

Returns

Return type

search_dict(dictionary, regex)[source]

Return the subset of the dictionary whose keys match the regex.

Parameters
Return type

Dict[str, Any]