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/python2.7/
β Cloned to:
β¬οΈ Go up: /lib64
οΏ½
zfc @ sοΏ½ d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d d g Z d d d d d d οΏ½ Z d d d d d οΏ½ Z d
d d d d οΏ½ Z
d οΏ½ Z d
οΏ½ Z e
d k rοΏ½ e e οΏ½ οΏ½ Z e j e οΏ½ n d S( sοΏ½ Module/script to byte-compile all .py files to .pyc (or .pyo) files.
When called as a script with arguments, this compiles the directories
given as arguments recursively; the -l option prevents it from
recursing into directories.
Without arguments, if compiles all modules on sys.path, without
recursing into subdirectories. (Even though it should do so for
packages -- for now, you'll have to deal with packages separately.)
See module py_compile for details of the actual byte-compilation.
iοΏ½οΏ½οΏ½οΏ½Nt compile_dirt compile_filet compile_pathi
i c C sc | s d G| Gd GHn y t j | οΏ½ } Wn# t j k
rN d G| GHg } n X| j οΏ½ d } xοΏ½ | D]οΏ½ } t j j | | οΏ½ } | d k rοΏ½ t j j | | οΏ½ }
n d }
t j j | οΏ½ sοΏ½ t | | | | | οΏ½ s[d } q[qf | d k rf | t j k rf | t j
k rf t j j | οΏ½ rf t j j | οΏ½ rf t | | d |
| | | οΏ½ s[d } q[qf qf W| S( sοΏ½ Byte-compile all modules in the given directory tree.
Arguments (only dir is required):
dir: the directory to byte-compile
maxlevels: maximum recursion level (default 10)
ddir: the directory that will be prepended to the path to the
file as it is compiled into each byte-code file.
force: if 1, force compilation, even if timestamps are up-to-date
quiet: if 1, be quiet during compilation
t Listings ...s
Can't listi i N(
t ost listdirt errort sortt patht joint Nonet isdirR t curdirt pardirt islinkR ( t dirt maxlevelst ddirt forcet rxt quiett namest successt namet fullnamet dfile( ( s"