dict_to_flat_dict# tollan.utils.dict.dict_to_flat_dict(dct: dict[str, Any], key_prefix: str = '', *, list_index_as_key: bool = False) → dict[str, Any][source]# Return dict from dict with nested dicts.