unique

data_base.utils.unique(list_)

Get the unique elements of a list

Parameters:
list : list

the list

Returns:

the unique elements of the list

Return type:

list