Critics have remarked that those four worthies were truly peerless throughout the ages; yet the present falls short of the pastβthe ancients favored unadorned simplicity, whereas the moderns prefer refined elegance. Styles of substance and ornament rise and fall in succession, shifting with the changing mores of the times; such evolution is simply the natural order of things. The ideal lies in honoring antiquity without clashing with the present, and embracing modernity without succumbing to its flawsβembodying that perfect balance of substance and refinement that defines the true gentleman. There is surely no need to abandon a carved palace in favor of a cave dwelling, or to trade a jade carriage for a primitive cart with solid wooden wheels.
Current path: lib64/python3.6/__pycache__/
β¬οΈ Go up: /lib64/python3.6
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>