semantique.set#
- semantique.set(*members)[source]#
Finite set of values.
Object representing a finite set of values.
- Parameters:
*members – The members of the set.
- Returns:
dict
– JSON-serializable object that contains the members of the set, and can be understood by the query processor as such.
Examples
>>> import semantique as sq >>> sq.set(21, 22, 23, 24)