lisa.fuzz.Set#
- class lisa.fuzz.Set(n, xs, typ=None)[source]#
Bases:
Choices
Same as
lisa.fuzz.Choices
but returns a set.Note
The values are drawn without replacement to ensure the set is of the correct size, assuming the input contained no duplicate.
Methods
__await__()
inherited
Methods#
- Set.__await__()#
Inherited method, see
lisa.fuzz.Gen.__await__()