관리-도구
편집 파일: generator.cpython-311.pyc
� �܋f@L � � � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ g d�Z dd l Z dd lZdd lZdd l Z dd lZdd lmZmZ ddlmZ ddlmZ dd lmZ dd lmc mc mZ dZdZ e j de j � � Z! G d� de"� � Z# G d� de#� � Z$dZ% G d� de#� � Z& e' e(ej) dz � � � � Z*de*z Z+e#j, Z,d S )z:Classes to generate plain text from a message object tree.� )�print_function)�unicode_literals)�division)�absolute_import)�super)�str)� Generator�DecodedGenerator�BytesGeneratorN)�StringIO�BytesIO)�compat32)�Header)�_has_surrogates�_� z^From c � � e Zd ZdZdd�Zd� Zdd�Zd� Zd Zd � Z d� Z d� Zd � Zd� Z d� Zd� ZeZd� Zd� Zd� Zd� Zedd�� � Zed� � � ZdS )r z�Generates output from a Message object tree. This basic generator writes the message to the given file object as plain text. TNc �d � d|v r|d }|d= nd } || _ || _ || _ || _ d S )N�policy)�_fp� _mangle_from_�maxheaderlenr )�self�outfp�mangle_from_r �_3to2kwargsr s �q/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/future/backports/email/generator.py�__init__zGenerator.__init__+ sO � ��{�"�"�[��-B�F��T\�H]�H]��f� �* ���)���(�������� c �: � | j � |� � d S �N)r �write�r �ss r r"