Collectable to handle sequences.
It takes care about caching and recomputing unique values, as well as optional checking if assigned sequences have a desired length.
Methods
| set_length_check(value) | Set a target length of the value in this collectable. |
| Parameters: | value : arbitrary (see derived implementations)
name : str
doc : str
length : int
|
|---|
Methods
| set_length_check(value) | Set a target length of the value in this collectable. |
Set a target length of the value in this collectable.
| Parameters: | value : int
|
|---|
Return unique values