Module expression

Source
Expand description

Collection of common expressions.

Functionsยง

and ๐Ÿ”’
Returns an expression that is the andโ€™ed result of the given boolean expressions.
normalize_string ๐Ÿ”’
Returns an expression that is the normalized version of the given string expression.
not ๐Ÿ”’
Returns an expression that is the inverted result of the given boolean expression.
or ๐Ÿ”’
Returns an expression that is the orโ€™ed result of the given boolean expressions.