Package turbomail :: Module email_validator :: Class EmailValidator
[hide private]
[frames] | no frames]

Class EmailValidator

source code

   object --+        
            |        
BaseValidator --+    
                |    
  DomainValidator --+
                    |
                   EmailValidator
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, local_part_chars='.-+_!#$%&\'/=`|~?^{}*', **k)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
validate_local_part(self, part) source code
 
validate_email(self, email) source code
 
validate(self, email) source code

Inherited from DomainValidator: lookup_domain, validate_domain

Inherited from DomainValidator (private): _apply_common_rules

Inherited from BaseValidator: validate_or_raise

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

Class Variables [hide private]

Inherited from DomainValidator: domain_pattern, domain_regex, false_positive_ips

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, local_part_chars='.-+_!#$%&\'/=`|~?^{}*', **k)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

validate(self, email)

source code 
Overrides: DomainValidator.validate_domain