Package gluon :: Module validators :: Class IS_EMAIL
[hide private]
[frames] | no frames]

Class IS_EMAIL

source code

object --+    
         |    
  IS_MATCH --+
             |
            IS_EMAIL

example:

INPUT(_type='text',_name='name',requires=IS_EMAIL())

Instance Methods [hide private]
 
__init__(self, error_message='invalid email!') source code

Inherited from IS_MATCH: __call__

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, error_message='invalid email!')
(Constructor)

source code 
Overrides: IS_MATCH.__init__