Class ExpressionList
An expression containing multiple expressions. Can be used to provide a list of expressions as an argument to another expression, like an ordering clause.
Declaration
class ExpressionList(
Func)
source linkDocumentation
Methods
▶ def __init__(self, *expressions, **extra) override