EmailFieldText constructor

init

Initializes a new instance of the EmailFieldText class.

def __init__(self, email_field, text_representation):
    ...
Parameter Type Description
email_field EmailField The email field.
text_representation str The text representation of the email field.

See Also