ACC SHELL

Path : /usr/lib/python/
File Upload :
Current File : //usr/lib/python/site.pyo

oMc@sTdZddkZddkZddkZeieigZdada	da
dZdZdZ
dZdZdZdd	Zd
ZdZdZd
ZdZdefdYZdZdefdYZdZdZdZdZdZdZ e dZ!e"djoe!ndS(sN	Append module search paths for third-party packages to sys.path.

****************************************************************
* This module is automatically imported during initialization. *
****************************************************************

In earlier versions of Python (up to 1.5a3), scripts or modules that
needed to use site-specific modules would place ``import site''
somewhere near the top of their code.  Because of the automatic
import, this is no longer necessary (but code that does it still
works).

This will append site-specific paths to the module search path.  On
Unix (including Mac OSX), it starts with sys.prefix and
sys.exec_prefix (if different) and appends
lib/python<version>/site-packages as well as lib/site-python.
On other platforms (such as Windows), it tries each of the
prefixes directly, as well as with lib/site-packages appended.  The
resulting directories, if they exist, are appended to sys.path, and
also inspected for path configuration files.

A path configuration file is a file whose name has the form
<package>.pth; its contents are additional directories (one per line)
to be added to sys.path.  Non-existing directories (or
non-directories) are never added to sys.path; no directory is added to
sys.path more than once.  Blank lines and lines beginning with
'#' are skipped. Lines starting with 'import' are executed.

For example, suppose sys.prefix and sys.exec_prefix are set to
/usr/local and there is a directory /usr/local/lib/python2.5/site-packages
with three subdirectories, foo, bar and spam, and two path
configuration files, foo.pth and bar.pth.  Assume foo.pth contains the
following:

  # foo package configuration
  foo
  bar
  bletch

and bar.pth contains:

  # bar package configuration
  bar

Then the following directories are added to sys.path, in this order:

  /usr/local/lib/python2.5/site-packages/bar
  /usr/local/lib/python2.5/site-packages/foo

Note that bletch is omitted because it doesn't exist; bar precedes foo
because bar.pth comes alphabetically before foo.pth; and spam is
omitted because it is not mentioned in either path configuration file.

After these path manipulations, an attempt is made to import a module
named sitecustomize, which can perform arbitrary additional
site-specific customizations.  If this import fails with an
ImportError exception, it is silently ignored.

iNcGs4tiitii|}|tii|fS(N(tostpathtabspathtjointnormcase(tpathstdir((s/usr/lib/python2.6/site.pytmakepathKscCsjxctiiD]R}t|doqnytii|i|_Wqtj
o
qqXqWdS(s6Set all module' __file__ attribute to an absolute patht
__loader__N(	tsystmodulestvaluesthasattrRRRt__file__tAttributeError(tm((s/usr/lib/python2.6/site.pytabs__file__PscCsng}t}xNtiD]C}t|\}}||jo|i||i|qqW|ti(|S(sK Remove duplicate entries from sys.path along with making them
    absolute(tsetR	RRtappendtadd(tLtknown_pathsRtdircase((s/usr/lib/python2.6/site.pytremoveduppaths[s	



cCsddkl}d|tif}ttdo|d7}ntiitiitid|}tii	|dS(sbAppend ./build/lib.<platform> in case we're running in the build dir
    (especially for Guido :-)i(tget_platformsbuild/lib.%s-%.3stgettotalrefcounts-pydebugN(
tdistutils.utilRR	tversionRRRRtdirnameR(Rts((s/usr/lib/python2.6/site.pytaddbuilddiros(cCstt}xdtiD]Y}y:tii|o#t|\}}|i|nWqtj
o
qqXqW|S(sDReturn a set containing all existing directory entries from sys.path(RR	RRtisdirRRt	TypeError(tdRR((s/usr/lib/python2.6/site.pyt_init_pathinfozs	
c	Bs9|djoed}nd}eii||}ye|d}Wnej
odSX|iizx|D]}|i	doq|n|i	do|dUq|n|i
}e||\}}||jo4eii|o!e
ii||i|q|q|WWdQX|o
d}n|S(	sProcess a .pth file within the site-packages directory:
       For each line in the file, either combine it with sitedir to a path
       and add that to known_paths, or execute it if it starts with 'import '.
    iitrUNt#simport simport	(simport simport	(tNoneR"RRRtopentIOErrort__exit__t	__enter__t
startswithtrstripRtexistsR	RR(	tsitedirtnameRtresettfullnametftlineRR((s/usr/lib/python2.6/site.pyt
addpackages2

 
c
Cs|djot}d}nd}t|\}}||jotii|nyti|}Wntij
odSXti	d}g}|D]!}|i
|o||qq~}x$t|D]}t|||qW|o
d}n|S(sTAdd 'sitedir' argument to sys.path if missing and handle .pth files in
    'sitedir'iiNtpth(
R%R"RR	RRRtlistdirterrortextseptendswithtsortedR3(R-RR/tsitedircasetnamestdotptht_[1]R.((s/usr/lib/python2.6/site.pyt
addsitedirs&
	


5

cCstiiotSttdo2ttdo"titijodSnttdo2ttdo"ti	ti
jodSntS(s,Check if user site directory is safe for inclusion

    The function tests for the command line flag (including environment var),
    process uid/gid equal to effective uid/gid.

    None: Disabled for security reasons
    False: Disabled by user (command line option)
    True: Safe and enabled
    tgetuidtgeteuidtgetgidtgetegidN(R	tflagstno_user_sitetFalseRRR@R?R%RBRAtTrue(((s/usr/lib/python2.6/site.pytcheck_enableusersites

 	 	cCstiidd}d}tidjohtiidpd}|o|n
||datiitdti	dti	dd	a
nD|o|n
|dd
atiitddti	d
 d	a
to$tiit
ot
t
|n|S(s'Add a per user site-package to sys.path

    Each user has its own python directory with site-packages in the
    home directory.

    USER_BASE is the root directory for all Python versions

    USER_SITE is the user specific site-packages directory

    USER_SITE/.. can be used for data.
    tPYTHONUSERBASEcWstiitii|S(N(RRt
expanduserR(targs((s/usr/lib/python2.6/site.pytjoinuserstnttAPPDATAt~tPythoniis
site-packagess.localtlibtpythoniN(RtenvirontgetR%R.t	USER_BASERRR	Rt	USER_SITEtENABLE_USER_SITERR>(Rtenv_baseRKtbase((s/usr/lib/python2.6/site.pytaddusersitepackagess
	
	cCsg}g}xtD]}|p
||joqn|i|tidjo#|itii|ddn
tidjo|itii|tidti	d dtidjo1|itii|ddti	d dn|itii|tid	tidjo#|itii|dd	q~n0|i||itii|tidtid
joMd|jo<|itii
tiidd
dti	d dqqqWx2|D]*}tii|ot||qqW|S(s8Add site-packages (and possibly site-python) to sys.pathtos2emxtriscostLibs
site-packagest/RQiRPssite-pythontdarwinsPython.frameworkRNtLibraryRO(sos2emxsriscos(
tPREFIXESRR	tplatformRRRtsepRPRRIRR>(RtsitedirstseentprefixR-((s/usr/lib/python2.6/site.pytaddsitepackagessB
#
"'
"
	#cCsqtiitidd}tidid}|do|i|n||d<di|tid<dS(sEThe OS/2 EMX port has optional extension modules that do double duty
    as DLLs (and must use the .DLL file extension) for other extensions.
    The library search path needs to be amended so these will be found
    during module import.  Use BEGINLIBPATH so that these are at the start
    of the library search path.

    R\slib-dynloadtBEGINLIBPATHt;iN(RRRR	ReRRtsplitR(tdllpathtlibpath((s/usr/lib/python2.6/site.pytsetBEGINLIBPATH+s
csxtidjo
dn!tidjo
dnddtffdY}|dt_|d	t_d
S(snDefine new built-ins 'quit' and 'exit'.
    These are simply strings that display a hint on how to exit.

    t:sCmd-Qs\sCtrl-Z plus ReturnsCtrl-D (i.e. EOF)tQuittercs,eZdZfdZddZRS(cSs
||_dS(N(R.(tselfR.((s/usr/lib/python2.6/site.pyt__init__Iscsd|ifS(NsUse %s() or %s to exit(R.(Ro(teof(s/usr/lib/python2.6/site.pyt__repr__KscSs+ytiiWnnXt|dS(N(R	tstdintcloset
SystemExit(Rotcode((s/usr/lib/python2.6/site.pyt__call__Ms
N(t__name__t
__module__RpRrR%Rw((Rq(s/usr/lib/python2.6/site.pyRnHs	tquittexitN(RRbtobjectt__builtin__RzR{(Rn((Rqs/usr/lib/python2.6/site.pytsetquit<s


t_PrintercBs>eZdZdZdddZdZdZdZRS(sninteractive prompt objects for printing the license text, a list of
    contributors and the copyright notice.icCs1||_||_||_||_d|_dS(N(t_Printer__namet_Printer__datat_Printer__filest_Printer__dirsR%t_Printer__lines(RoR.tdatatfilestdirs((s/usr/lib/python2.6/site.pyRp_s
				cCs|iodSd}x|iD]{}xf|iD][}tii||}y*t|d}|i}|i	PWq/t
j
oq/Xq/W|oPqqW|p
|i}n|id|_t
|i|_dS(NR#s
(RR%RRRRRtfiletreadRtR'RRitlent_Printer__linecnt(RoRRtfilenametfp((s/usr/lib/python2.6/site.pyt__setupfs*



		
cCsJ|it|i|ijodi|iSd|ifdSdS(Ns
s!Type %s() to see the full %s texti(t_Printer__setupRRtMAXLINESRR(Ro((s/usr/lib/python2.6/site.pyRr{s
cCs|id}d}xy1x*t|||iD]}|i|GHq3WWntj
oPqX||i7}d}x5|djo't|}|djo
d}qwqwW|djoPqqdS(Ns0Hit Return for more, or q (and Return) to quit: ittq(RR(RtrangeRRt
IndexErrorR%t	raw_input(Rotprompttlinenotitkey((s/usr/lib/python2.6/site.pyRws&




(((RxRyt__doc__RRpRRrRw(((s/usr/lib/python2.6/site.pyRYs		cCstdtit_tid djotddt_ntddt_tiiti	}tddti
d	d
gtii|ti|ti
gt_dS(s,Set 'copyright' and 'credits' in __builtin__t	copyrightitjavatcreditss?Jython is maintained by the Jython developers (www.jython.org).s    Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
    for supporting Python development.  See www.python.org for more information.tlicenses+See http://www.python.org/%.3s/license.htmlsLICENSE.txttLICENSEN(RR	RR}RaRRRRR
RRtpardirtcurdirR(there((s/usr/lib/python2.6/site.pytsetcopyrights
	t_HelpercBs eZdZdZdZRS(sYDefine the built-in 'help'.
    This is a wrapper around pydoc.help (with a twist).

    cCsdS(NsHType help() for interactive help, or help(object) for help about object.((Ro((s/usr/lib/python2.6/site.pyRrscOsddk}|i||S(Ni(tpydocthelp(RoRJtkwdsR((s/usr/lib/python2.6/site.pyRws(RxRyRRrRw(((s/usr/lib/python2.6/site.pyRs	cCstt_dS(N(RR}R(((s/usr/lib/python2.6/site.pyt	sethelperscCstidjoddk}ddk}|id}|idoWy|i|Wqtj
o3ddk}|i	|i
|<d|ii|<qXqndS(sOn Windows, some default encodings are not provided by Python,
    while they are always available as "mbcs" in each locale. Make
    them usable by aliasing to "mbcs" in such a case.twin32iNitcptmbcs(R	RatlocaletcodecstgetdefaultlocaleR*tlookuptLookupErrort	encodingst_unknownt_cachetaliases(RRtencR((s/usr/lib/python2.6/site.pyt	aliasmbcsscCs(d}|djoti|ndS(sSet the string encoding used by the Unicode implementation.  The
    default is 'ascii', but if you're willing to experiment, you can
    change this.tasciiN(R	tsetdefaultencoding(tencoding((s/usr/lib/python2.6/site.pytsetencodings
cCs*yddk}Wntj
onXdS(s,Run custom site specific code, if available.iN(t
sitecustomizetImportError(R((s/usr/lib/python2.6/site.pytexecsitecustomizescCs*yddk}Wntj
onXdS(s,Run custom user specific code, if available.iN(t
usercustomizeR(R((s/usr/lib/python2.6/site.pytexecusercustomizescCstt}tidjo5tio+tiitiddjotntdjo
t
ant|}t|}ti
djotntttttttotnttdo
t`ndS(NtposixitModulesRZR(RRRR.R	RtbasenameRRVR%RGRYRfRaRlR~RRRRRRRR(R((s/usr/lib/python2.6/site.pytmains*	 

cCsd}tid}|pdGHxtiD]}d|fGHq)WdGHdttiitodndfGHd	ttiitodndfGHd
tGHtidng}d|jo|i	tnd
|jo|i	tn|ovti
i|GHtotidqttjotidqtdjotidqtidn<ddk}|i|tidti
fGHtiddS(Ns    %s [--user-base] [--user-site]

    Without arguments print some useful information
    With arguments print the value of USER_BASE and/or USER_SITE separated
    by '%s'.

    Exit codes with --user-base or --user-site:
      0 - user site directory is enabled
      1 - user site directory is disabled by user
      2 - uses site directory is disabled by super user
          or for security reasons
     >2 - unknown error
    issys.path = [s    %r,t]sUSER_BASE: %r (%s)R,s
doesn't existsUSER_SITE: %r (%s)sENABLE_USER_SITE: %ris--user-bases--user-siteiiii
(R	targvRRTRRRURVR{RtpathsepRRER%ttextwraptdedent(RRJRtbufferR((s/usr/lib/python2.6/site.pyt_script	s>

##	



"t__main__(#RR	RR}Retexec_prefixR`R%RVRURTRRRRR"R3R>RGRYRfRlR~R|RRRRRRRRRRRx(((s/usr/lib/python2.6/site.pyt<module>;s@					
	 		'	,		=	
							1


ACC SHELL 2018