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 m Z y d d l m Z Wn! e k re d d l m Z n Xd d g Z d e f d οΏ½ οΏ½ YZ d e f d οΏ½ οΏ½ YZ d d d d d d οΏ½ Z d d d d d d οΏ½ Z d οΏ½ Z e d οΏ½ Z e d οΏ½ Z d e f d οΏ½ οΏ½ YZ e d οΏ½ Z d d e d οΏ½ Z d οΏ½ Z d οΏ½ Z d d d οΏ½ Z e d k rοΏ½e e j οΏ½ d k rue j d IJqοΏ½e j d =e e j d οΏ½ n d S( sZ runpy.py - locating and running Python code using the module namespace Provides support for locating and running Python scripts using the Python module namespace instead of the native filesystem. This allows Python code to play nicely with non-filesystem based PEP 302 importers when locating support scripts as well as when importing modules. iοΏ½οΏ½οΏ½οΏ½N( t read_code( t get_loadert run_modulet run_patht _TempModulec B s) e Z d Z d οΏ½ Z d οΏ½ Z d οΏ½ Z RS( sC Temporarily replace a module in sys.modules with an empty namespacec C s( | | _ t j | οΏ½ | _ g | _ d S( N( t mod_namet impt new_modulet modulet _saved_module( t selfR ( ( s /usr/lib64/python2.7/runpy.pyt __init__ s c C sL | j } y | j j t j | οΏ½ Wn t k r7 n X| j t j | <| S( N( R R t appendt syst modulest KeyErrorR ( R R ( ( s /usr/lib64/python2.7/runpy.pyt __enter__ s c G s= | j r# | j d t j | j <n t j | j =g | _ d S( Ni ( R R R R ( R t args( ( s /usr/lib64/python2.7/runpy.pyt __exit__( s ( t __name__t __module__t __doc__R R R ( ( ( s /usr/lib64/python2.7/runpy.pyR s t _ModifiedArgv0c B s# e Z d οΏ½ Z d οΏ½ Z d οΏ½ Z RS( c C s | | _ t οΏ½ | _ | _ d S( N( t valuet objectt _saved_valuet _sentinel( R R ( ( s /usr/lib64/python2.7/runpy.pyR 0 s c C sE | j | j k r! t d οΏ½ οΏ½ n t j d | _ | j t j d <d S( Ns Already preserving saved valuei ( R R t RuntimeErrorR t argvR ( R ( ( s /usr/lib64/python2.7/runpy.pyR 4 s c G s | j | _ | j t j d <d S( Ni ( R R R R R ( R R ( ( s /usr/lib64/python2.7/runpy.pyR : s ( R R R R R ( ( ( s /usr/lib64/python2.7/runpy.pyR / s c B sJ | d k r | j | οΏ½ n | j d | d | d | d | οΏ½ | | U| S( s) Helper to run code in nominated namespaceR t __file__t __loader__t __package__N( t Nonet update( t codet run_globalst init_globalsR t mod_fnamet mod_loadert pkg_name( ( s /usr/lib64/python2.7/runpy.pyt _run_code>