| Server IP : 127.0.0.1 / Your IP : 216.73.216.109 Web Server : Apache/2.4.54 (Win64) OpenSSL/1.1.1q PHP/8.1.10 System : Windows NT DESKTOP-E5T4RUN 10.0 build 19045 (Windows 10) AMD64 User : SERVERWEB ( 0) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/laragon/bin/python/python-3.10/Lib/__pycache__/ |
Upload File : |
o
�L�b0 �
@ sJ d Z dZdZdZdZdZdZdZdZd Z d
Z
dd� Zd
d� ZdZ
dZdZdZdZdZdZdZdZdZdd� Zdd� Zdd� Zdd� Zdd� Zd d!� Zd"d#� Zd$d%� Zd&d'� Zd(d)� Z d*Z!d+Z"e"Z#d,Z$d-Z%d.Z&d/Z'd0Z(d-Z)d.Z*d/Z+d1Z,d2Z-d3Z.d Z/dZ0dZ1dZ2dZ3dZ4dZ5dZ6d Z7d3Z8d2Z9dZ:d4Z;d5Z<d6Z=d7Z>d8Z?ed9fed:fed;fed<fe
d=fed>fed?ffe)d@ffe*dAffe+e!B d:fe!dBfe+dCffe-d@ffe.dAffe/e"B d:fe"dBfe/dCffe1d@ffe2dAffe3e$B dDfe$dEfe3dCfff
Z@dFdG� ZAd2ZBd*ZCd/ZDd3ZEdZFdZGdZHd.ZIdZJd5ZKdZLdZMd+ZNd,ZOdZPd-ZQd4ZRzddHlST W dIS eT�y$ Y dIS w )JzoConstants/functions for interpreting results of os.stat() and os.lstat().
Suggested usage: from stat import *
� � � � � � � � � � c C � | d@ S )zMReturn the portion of the file's mode that can be set by
os.chmod().
i� � ��moder r �C:\python3.10-64\lib\stat.py�S_IMODE � r c C r )zLReturn the portion of the file's mode that describes the
file type.
i � r r
r r r �S_IFMT r r i @ i i ` i � i i � i � c C � t | �tkS )z(Return True if mode is from a directory.)r �S_IFDIRr
r r r �S_ISDIR2 � r c C r )z<Return True if mode is from a character special device file.)r �S_IFCHRr
r r r �S_ISCHR6 r r c C r )z8Return True if mode is from a block special device file.)r �S_IFBLKr
r r r �S_ISBLK: r r c C r )z+Return True if mode is from a regular file.)r �S_IFREGr
r r r �S_ISREG>