Attributes

Class: Decimal

Field for arbitrary precision numbers, implemented using the decimal module from the standard library.

Methods

has_value (self, input)

Return whether a value has been provided for the field in the given MultiDict of input.

required (self)

Return whether the field is mandatory.

translate (self, input)

Translate the field from a MultiDict of values.

Attributes

Value of

None