class documentation

class EmailValidator:

View In Hierarchy

Undocumented

Instance Variable code Undocumented
Instance Variable message Undocumented
Method __call__ Undocumented
Method __eq__ Undocumented
Method __init__ Undocumented
Method domain​_whitelist.setter Undocumented
Method validate​_domain​_part Undocumented
Class Variable domain​_regex Undocumented
Class Variable literal​_regex Undocumented
Class Variable user​_regex Undocumented
Instance Variable domain​_allowlist Undocumented
Property domain​_whitelist Undocumented
code =

Undocumented

message =

Undocumented

def __call__(self, value):

Undocumented

def __eq__(self, other):

Undocumented

def __init__(self, message=None, code=None, allowlist=None, *, whitelist=None):

Undocumented

@domain_whitelist.setter
def domain_whitelist(self, allowlist):

Undocumented

def validate_domain_part(self, domain_part):

Undocumented

domain_regex =

Undocumented

literal_regex =

Undocumented

user_regex =

Undocumented

domain_allowlist =

Undocumented

@property
domain_whitelist =

Undocumented