HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //opt/alt/python34/lib64/python3.4/email/__pycache__/iterators.cpython-34.pyc
�
� fW�@swdZdddgZddlZddlmZdd�Zdd	d�Zd
ddd�Zddddd
�ZdS)z1Various types of useful iterators and generators.�body_line_iterator�typed_subpart_iterator�walk�N)�StringIOccs>|V|j�r:x&|j�D]}|j�DdHqWndS)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�subpart�r
�4/opt/alt/python34/lib64/python3.4/email/iterators.pyrsFccsNxG|j�D]9}|jd|�}t|t�r
t|�DdHq
q
WdS)z�Iterate over the parts, returning string payloads line-by-line.

    Optional decode (default False) is passed through to .get_payload().
    �decodeN)rr�
isinstance�strr)�msgrr	Zpayloadr
r
rr"s�textccsVxO|j�D]A}|j�|kr
|dksC|j�|krN|VqNq
q
WdS)z�Iterate over the subparts with a given MIME type.

    Use `maintype' as the main MIME type to match against; this defaults to
    "text".  Optional `subtype' is the MIME subtype to match against; if
    omitted, only the main type is matched.
    N)rZget_content_maintypeZget_content_subtype)rZmaintype�subtyper	r
r
rr-scCs�|dkrtj}nd|d}t||j�ddd|�|ritd|j�d|�n
td|�|j�r�x.|j�D]}t|||d|�q�WndS)	zA handy debugging aidN� ��end��filez [%s]�)�sys�stdout�printZget_content_typeZget_default_typerr�
_structure)r�fp�levelZinclude_defaultZtabr	r
r
rr;s 
r)	�__doc__�__all__r�iorrrrrr
r
r
r�<module>s