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 @ sV d Z d d l Z d d l Z d d l Z e j d e d d οΏ½d d d g Z y e j d οΏ½ Z Wn e e f k rοΏ½ d Z n Xg Z d οΏ½ Z d d d οΏ½ οΏ½ YZ d e f d οΏ½ οΏ½ YZ e j d d k sοΏ½ e j d k r[ [ d d d οΏ½ Z d d d οΏ½ Z d d d οΏ½ Z n@ d d d οΏ½ Z d d d οΏ½ Z d d d οΏ½ Z e j d d g οΏ½ d S( sn Spawn a command with pipes to its stdin, stdout, and optionally stderr. The normal os.popen(cmd, mode) call spawns a shell command and provides a file interface to just the input or output of the process depending on whether mode is 'r' or 'w'. This module provides the functions popen2(cmd) and popen3(cmd) which return two or three pipes to the spawned command. iοΏ½οΏ½οΏ½οΏ½Ns<