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

Class BaseValidator

source code

object --+
         |
        BaseValidator
Known Subclasses:

Instance Methods [hide private]
 
validate_or_raise(self, *a, **k)
Some people would condemn this whole module screaming: "Don't return success codes, use exceptions!" This method allows them to be happy, too.
source code

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

Properties [hide private]

Inherited from object: __class__