Class ExpressionWrapper

An expression that can wrap another expression so that it can provide extra context to the inner expression, such as the output_field.

Declaration

class ExpressionWrapper(Expression)
source link

Documentation

Methods

Inherited methods

Reexports