Submit
Path:
~
/
/
proc
/
self
/
root
/
proc
/
self
/
root
/
proc
/
self
/
root
/
opt
/
alt
/
python311
/
lib64
/
python3.11
/
email
/
__pycache__
/
File Content:
generator.cpython-311.opt-2.pyc
� �0�i�S � � � g d �Z ddlZddlZddlZddlZddlmZ ddlmZm Z ddl mZ ddlm Z dZdZ ej d � � Z ej d ej � � Z ej d� � Z ej d� � Z G d � d� � Z G d� de� � ZdZ G d� de� � Z e eej dz � � � � Zdez Zej ZdS ))� Generator�DecodedGenerator�BytesGenerator� N)�deepcopy)�StringIO�BytesIO)�_has_surrogates)�HeaderWriteError�_� z \r\n|\r|\nz^From z\r\n[^ \t]|\r[^ \n\t]|\n[^ \t]s \r\n[^ \t]|\r[^ \n\t]|\n[^ \t]c � � e Zd Z ddd�d�Zd� Zdd�Zd� Zd� Zd � Zd � Z d� Z d� Zd � Zd� Z e Zd� Zd� Zd� Zd� Zedd�� � Zed� � � ZdS )r N��policyc �Z � |�|�dn|j }|| _ || _ || _ || _ d S )NT)�mangle_from_�_fp� _mangle_from_�maxheaderlenr )�self�outfpr r r s �6/opt/alt/python311/lib64/python3.11/email/generator.py�__init__zGenerator.__init__&