PaferaPy Async 0.1
ASGI framework focused on simplicity and efficiency
|
Throws an exception on invalid email addresses. More...
Public Member Functions | |
def | __call__ (self, fieldname, value) |
Throws an exception on invalid email addresses.
Note that this is a simple regex, so it won't validate more advanced email addresses.
Definition at line 51 of file validators.py.
def pafera.validators.EmailValidator.__call__ | ( | self, | |
fieldname, | |||
value | |||
) |
Definition at line 57 of file validators.py.