|
Server : Apache System : Linux iZ6xhqomji47p1Z 5.10.134-15.al8.x86_64 #1 SMP Thu Jul 20 00:44:04 CST 2023 x86_64 User : www ( 1000) PHP Version : 8.1.30 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 Directory : /lib64/python3.6/__pycache__/ |
3
\� �
@ s" d Z dZdZdZdZdZdZdZdZd Z d
Z
dd� Zd
d� ZdZ
dZdZdZdZdZdZdd� Zdd� Zdd� Zdd� Zdd� Zd d!� Zd"d#� Zd$Zd%ZeZd&Zd'Zd(Z d)Z!d*Z"d'Z#d(Z$d)Z%d+Z&d,Z'd-Z(d Z)dZ*dZ+dZ,dZ-dZ.dZ/dZ0d Z1d-Z2d,Z3dZ4d.Z5d/Z6d0Z7d1Z8d2Z9ed3fed4fed5fe
d6fed7fed8ffe#d9ffe$d:ffe%eB d;fed<fe%d=ffe'd9ffe(d:ffe)eB d;fed<fe)d=ffe+d9ffe,d:ffe-eB d>fed?fe-d=fff
Z:d@dA� Z;d,Z<d$Z=d)Z>d-Z?dZ@dZAdZBd(ZCdZDd/ZEdZFdZGd%ZHd&ZIdZJd'ZKd.ZLyddBlMT W n eNk
�r Y nX dCS )DzoConstants/functions for interpreting results of os.stat() and os.lstat().
Suggested usage: from stat import *
� � � � � � � � � � c C s | d@ S )zMReturn the portion of the file's mode that can be set by
os.chmod().
i� � )�moder r �/usr/lib64/python3.6/stat.py�S_IMODE s r c C s | d@ S )zLReturn the portion of the file's mode that describes the
file type.
i � r )r r r r
�S_IFMT s r i @ i i ` i � i i � i � c C s t | �tkS )z(Return True if mode is from a directory.)r �S_IFDIR)r r r r
�S_ISDIR. s r c C s t | �tkS )z<Return True if mode is from a character special device file.)r �S_IFCHR)r r r r
�S_ISCHR2 s r c C s t | �tkS )z8Return True if mode is from a block special device file.)r �S_IFBLK)r r r r
�S_ISBLK6 s r c C s t | �tkS )z+Return True if mode is from a regular file.)r �S_IFREG)r r r r
�S_ISREG: s r c C s t | �tkS )z0Return True if mode is from a FIFO (named pipe).)r �S_IFIFO)r r r r
�S_ISFIFO>