⚝
One Hat Cyber Team
⚝
Your IP:
172.22.0.1
Server IP:
151.80.20.34
Server:
Linux 794f04d97d5e 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64
Server Software:
Apache/2.4.62 (Debian)
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
lib
/
python3.11
/
email
/
__pycache__
/
View File Name :
iterators.cpython-311.pyc
� ��hW � �D � d Z g d�ZddlZddlmZ d� Zdd�Zdd �Zd d �ZdS )z1Various types of useful iterators and generators.)�body_line_iterator�typed_subpart_iterator�walk� N)�StringIOc # � K � | V � | � � � r1| � � � D ]}|� � � E d{V �� �dS dS )z�Walk over the message tree, yielding each subpart. The walk is performed in depth-first order. This method is a generator. N)�is_multipart�get_payloadr )�self�subparts �&/usr/lib/python3.11/email/iterators.pyr r sw � � � � �J�J�J������ &��'�'�)�)� &� &�G��|�|�~�~�%�%�%�%�%�%�%�%�&� &� &� &� Fc # � K � | � � � D ]B}|� |�� � }t |t � � rt |� � E d{V �� �CdS )z�Iterate over the parts, returning string payloads line-by-line. Optional decode (default False) is passed through to .get_payload(). )�decodeN)r r � isinstance�strr )�msgr r �payloads r r r "