atpthings.dict.get_keys_as_list# atpthings.dict.get_keys_as_list(dict_: dict) → list# Get keys from dictionary as list. Parameters: dict_dictDictionary. Returns: listList of all keys in dictionary (1. level).