select_dict

Contents

select_dict#

select_dict(dict_to_select: dict, keys_to_select: list) dict[source]#

Select keys from a dictionary.

Parameters:
  • dict_to_select (dict) – Dictionary to select from

  • keys_to_select (list) – List of keys to select in the dictionary

Returns:

Dictionary with selected keys

Return type:

dict