| Server IP : 45.130.228.180 / Your IP : 216.73.217.162 Web Server : LiteSpeed System : Linux sg-nme-web1519.main-hosting.eu 5.14.0-611.16.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 03:40:39 EST 2025 x86_64 User : u174041621 ( 174041621) PHP Version : 8.2.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python-internal/lib64/python3.11/__pycache__/ |
Upload File : |
�
�� ��
�8 � d Z dZdZdZdZdZdZdZdZd Z d
Z
d� Zd� Zd
Z
dZdZdZdZdZdZdZdZdZd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Zd� Z dZ!dZ"e"Z#d Z$d!Z%d"Z&d#Z'd$Z(d!Z)d"Z*d#Z+d%Z,d&Z-d'Z.d Z/dZ0dZ1dZ2dZ3dZ4dZ5dZ6d Z7d'Z8d&Z9dZ:d(Z;d)Z<d*Z=d+Z>d,Z?ed-fed.fed/fed0fe
d1fed2fed3ffe)d4ffe*d5ffe+e!z d.fe!d6fe+d7ffe-d4ffe.d5ffe/e"z d.fe"d6fe/d7ffe1d4ffe2d5ffe3e$z d8fe$d9fe3d7fff
Z@d:� ZAd&ZBdZCd#ZDd'ZEd
ZFdZGdZHd"ZIdZJd)ZKdZLdZMdZNd ZOdZPd!ZQd(ZR dd;lST d<S # eT$ r Y d<S w xY w)=zoConstants/functions for interpreting results of os.stat() and os.lstat().
Suggested usage: from stat import *
� � � � � � � � � � c � � | dz S )zMReturn the portion of the file's mode that can be set by
os.chmod().
i� � ��modes �1/opt/alt/python-internal/lib64/python3.11/stat.py�S_IMODEr s � � �&�=�� c � � | dz S )zLReturn the portion of the file's mode that describes the
file type.
i � r
r s r �S_IFMTr s � � �(�?�r i @ i i ` i � i i � i � c �2 � t | � � t k S )z(Return True if mode is from a directory.)r �S_IFDIRr s r �S_ISDIRr 2 � � ��$�<�<�7�"�"r c �2 � t | � � t k S )z<Return True if mode is from a character special device file.)r �S_IFCHRr s r �S_ISCHRr 6 r r c �2 � t | � � t k S )z8Return True if mode is from a block special device file.)r �S_IFBLKr s r �S_ISBLKr : r r c �2 � t | � � t k S )z+Return True if mode is from a regular file.)r �S_IFREGr s r �S_ISREGr! >