+
    im  c                   s2    R t R.t^ RIHt  ! R R]4      tR# )z.Class representing text/* type MIME documents.MIMEText)MIMENonMultipartc                   s6   a  ] tR t^t o RtRRR/R lltRtV tR# )r    z0Class for generating text/* type MIME documents.Npolicyc          	     s    Vf    VP                  R4       Rp\        P                  ! V RW$\	        V4      R7       V P                  W4       R#   \         d    Rp LEi ; i)aN  Create a text/* type MIME document.

_text is the string for this message object.

_subtype is the MIME sub content type, defaulting to "plain".

_charset is the character set parameter added to the Content-Type
header.  This defaults to "us-ascii".  Note that as a side-effect, the
Content-Transfer-Encoding header will also be set.
Nzus-asciizutf-8Ztext)r   Zcharset)ZencodeZUnicodeEncodeErrorr   __init__ZstrZset_payload)ZselfZ_textZ_subtypeZ_charsetr   s   &&&&$(/usr/lib64/python3.14/email/mime/text.pyr   ZMIMEText.__init__   sc     #Z(% 	!!$*-h-	9 	) & #"#s   A AA )ZplainN)Z__name__Z
__module__Z__qualname__Z__firstlineno____doc__r   Z__static_attributes__Z__classdictcell__)Z__classdict__s   @r   r    r       s     :* * *    N)r   Z__all__Zemail.mime.nonmultipartr   r    r   r   r   <module>r      s!   
 5, 4* *r   