atpthings.dict.get_keys_as_list#

atpthings.dict.get_keys_as_list(dict_: dict) list#

Get keys from dictionary as list.

Parameters:
dict_dict

Dictionary.

Returns:
list

List of all keys in dictionary (1. level).