Functions

General utility functions.

Functions:

search_dict(dictionary, regex)

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

search_dict(dictionary, regex)[source]

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

Parameters
Return type

Dict[str, Any]