Expression
liquid.expression.Expression
Bases: ABC
The base class for all built-in expressions.
children
abstractmethod
Return this expression's child expressions.
evaluate
abstractmethod
Evaluate this expression an return the result.
evaluate_async
async
Evaluate this expression asynchronously.