empty_dict

Contents

empty_dict#

eoio.utils.dict_tools.empty_dict(test_dict) bool[source]#

Return whether there are empty values within a dictionary

Parameters:

test_dict – dictionary through which to iterate

Returns:

True when empty values are present, otherwise False.