Return unique combinations form a list L of objects in groups of size n.
Parameters: | L : list
n : int
sort : bool, optional
If you are intended to use only a small subset of possible : combinations, it is advised to use a generator : `xunique_combinations`. : |
---|