Package s3 :: Module s3validators :: Class IS_INT_AMOUNT
[frames] | no frames]

Class IS_INT_AMOUNT

source code

gluon.IS_INT_IN_RANGE --+
                        |
                       IS_INT_AMOUNT

Validation, widget and representation of integer-values with thousands-separators

Instance Methods
 
__init__(self, minimum=None, maximum=None, error_message=None) source code
 
__call__(self, value) source code
Static Methods
 
represent(number)
Change the format of the number depending on the language Based on https://code.djangoproject.com/browser/django/trunk/django/utils/numberformat.py
source code
 
widget(f, v, **attributes) source code
Method Details

__init__(self, minimum=None, maximum=None, error_message=None)
(Constructor)

source code 

__call__(self, value)
(Call operator)

source code 

represent(number)
Static Method

source code 

Change the format of the number depending on the language Based on https://code.djangoproject.com/browser/django/trunk/django/utils/numberformat.py

widget(f, v, **attributes)
Static Method

source code