| Server IP : 43.141.50.122 / Your IP : 113.219.202.44 Web Server : Apache System : Linux VM-8-5-opencloudos 6.6.34-9.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 19:35:45 CST 2024 x86_64 User : www ( 1000) PHP Version : 8.1.27 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib64/python3.11/__pycache__/ |
Upload File : |
�
��e�_ � �0 � d Z ddlZddlZddlZddlZddlZ ddl
mZ g d�Z
ddddd �d
�Zddddd �d�Zdd�d
�Zd� Zd� Zd� Z G d� d� � Zd� Z G d� d� � Z eeeeeee ed� � h� � Zd� Z dd�Z!d� Z"e#dk r e!� � dS dS )a/ Support to pretty-print lists, tuples, & dictionaries recursively.
Very simple, but useful, especially in debugging data structures.
Classes
-------
PrettyPrinter()
Handle pretty-printing operations onto a stream using a configured
set of formatting parameters.
Functions
---------
pformat()
Format a Python object into a pretty-printed representation.
pprint()
Pretty-print a Python object to a stream [default is sys.stdout].
saferepr()
Generate a 'standard' repr()-like value, but protect against recursive
data structures.
� N)�StringIO)�pprint�pformat�
isreadable�isrecursive�saferepr�
PrettyPrinter�pp� �P FT��compact�
sort_dicts�underscore_numbersc �\ � t |||||||�� � }|� | � � dS )zAPretty-print a Python object to a stream [default is sys.stdout].)�stream�indent�width�depthr r r N)r r ) �objectr r r r r r r �printers �/usr/lib64/python3.11/pprint.pyr r 0 sC � � ��f�E���J�-�/� /� /�G� �N�N�6������ c �R � t ||||||�� � � | � � S )z<Format a Python object into a pretty-printed representation.)r r r r r r )r r )r r r r r r r s r r r 9 s8 � � ��e�5�!(�Z�,>�@� @� @�@G�����Pr )r c �* � t | g|�R d|i|�� dS )zPretty-print a Python objectr N)r )r r �args�kwargss r r
r
@ s+ � �
�6�:�D�:�:�:�Z�:�6�:�:�:�:�:r c �V � t � � � | i dd� � d S )z=Version of repr() which can handle recursive data structures.Nr �r �
_safe_repr�r s r r r D �% � ��?�?�%�%�f�b�$��:�:�1�=�=r c �V � t � � � | i dd� � d S )z4Determine if saferepr(object) is readable by eval().Nr r r r! s r r r H r"