config root man

Current Path : /usr/local/lib/python2.5/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/python2.5/pickle.pyc

hRc@sdZdZddkTddklZddklZlZlZddkZddk	Z	ddk
Z
ddkZddd	d
ddd
ddg	ZdZ
dddddgZdZeiZdefdYZdefdYZd	efdYZdefdYZyddklZWnej
o
eZnXyeWnej
o
eZnXdZdZdZdZ d Z!d!Z"d"Z#d#Z$d$Z%d%Z&d&Z'd'Z(d(Z)d)Z*d*Z+d+Z,d,Z-d-Z.d.Z/d/Z0d0Z1d1Z2d2Z3d3Z4d4Z5d5Z6d6Z7d7Z8d8Z9d9Z:d:Z;d;Z<d<Z=d=Z>d>Z?d?Z@d@ZAdAZBdBZCdCZDdDZEdEZFdFZGdGZHdHZIdIZJdJZKdKZLdLZMdMZNdNZOdOZPdPZQdQZRdRZSeCeMeNeOgZTeiUgZVeWD]$ZXeiYdSeXoeVeXnq[V[Xd
fdTYZZdUZ[hZ\dVZ]dfdWYZ^dXfdYYZ_ddk`ZadZZbd[Zcydd\kdleZeWn#ej
odd\keleZenXed]Zfed^Zgd_Zhd`ZdaZiejdbjoeindS(csCreate portable serialized representations of Python objects.

See module cPickle for a (much) faster implementation.
See module copy_reg for a mechanism for registering custom picklers.
See module pickletools source for extensive comments.

Classes:

    Pickler
    Unpickler

Functions:

    dump(object, file)
    dumps(object) -> string
    load(file) -> object
    loads(string) -> object

Misc variables:

    __version__
    format_version
    compatible_formats

s$Revision: 38432 $i(t*(tdispatch_table(t_extension_registryt_inverted_registryt_extension_cacheNtPickleErrort
PicklingErrortUnpicklingErrortPicklert	Unpicklertdumptdumpstloadtloadss2.0s1.0s1.1s1.2s1.3icBseZdZRS(s6A common base class for the other pickling exceptions.(t__name__t
__module__t__doc__(((s"/usr/local/lib/python2.5/pickle.pyR:scBseZdZRS(s]This exception is raised when an unpicklable object is passed to the
    dump() method.

    (RRR(((s"/usr/local/lib/python2.5/pickle.pyR>scBseZdZRS(sThis exception is raised when there is a problem unpickling an object,
    such as a security violation.

    Note that other exceptions may also be raised during unpickling, including
    (but not necessarily limited to) AttributeError, EOFError, ImportError,
    and IndexError.

    (RRR(((s"/usr/local/lib/python2.5/pickle.pyREst_StopcBseZdZRS(cCs
||_dS(N(tvalue(tselfR((s"/usr/local/lib/python2.5/pickle.pyt__init__Ss(RRR(((s"/usr/local/lib/python2.5/pickle.pyRRs(tPyStringMapt(t.t0t1t2tFtItJtKtLtMtNtPtQtRtStTtUtVtXtatbtctdt}tetgthtitjtlt]totptqtrtsttt)tutGsI01
sI00
sssssssssssss[A-Z][A-Z0-9_]+$cBseZddZdZdZdZeidZ	eidZ
dZdZdZ
ddddd	ZhZd
Zeee<dZeee<eidZeee<eid
Zeee<eidZeee<eidZeee<eidZeee<eejoeidZeee<ndZeee<dZ dZ!e!ee"<dZ#dZ$dZ%e%ee&<e'dj	oe%ee'<ndZ(dZ)e)ee*<deidZ+e+ee,<e+ee-<e+ee.<e+ee/<RS(cCs|djo
d}n|djo
t}n3d|jo
tjnptdtn|i|_h|_t||_|dj|_d|_dS(s8This takes a file-like object for writing a pickle data stream.

        The optional protocol argument tells the pickler to use the
        given protocol; supported protocols are 0, 1, 2.  The default
        protocol is 0, to be backwards compatible.  (Protocol 0 is the
        only protocol that can be written to a file opened in text
        mode and read back successfully.  When using a protocol higher
        than 0, make sure the file is opened in binary mode, both when
        pickling and unpickling.)

        Protocol 1 is more efficient than protocol 0; protocol 2 is
        more efficient than protocol 1.

        Specifying a negative protocol version selects the highest
        protocol version supported.  The higher the protocol used, the
        more recent the version of Python needed to read the pickle
        produced.

        The file parameter must have a write() method that accepts a single
        string argument.  It can thus be an open file object, a StringIO
        object, or any other custom object that meets this interface.

        ispickle protocol must be <= %diN(	tNonetHIGHEST_PROTOCOLt
ValueErrortwritetmemotinttprototbintfast(Rtfiletprotocol((s"/usr/local/lib/python2.5/pickle.pyRs



	cCs|iidS(sClears the pickler's "memo".

        The memo is the data structure that remembers which objects the
        pickler has already seen, so that shared or recursive objects are
        pickled by reference and not by value.  This method is useful when
        re-using picklers.

        N(RCtclear(R((s"/usr/local/lib/python2.5/pickle.pyt
clear_memos	cCsL|idjo|itt|in|i||itdS(s7Write a pickled representation of obj to the open file.iN(RERBtPROTOtchrtsavetSTOP(Rtobj((s"/usr/local/lib/python2.5/pickle.pyR
s
cCsq|iodSnt||ijptt|i}|i|i|||f|it|<dS(sStore an object in the memo.N(RGtidRCtAssertionErrortlenRBtput(RRPtmemo_len((s"/usr/local/lib/python2.5/pickle.pytmemoizes
cCsP|io4|djott|Sq>t|d|Sntt|dS(Nis<is
(RFtBINPUTRMtLONG_BINPUTtPUTtrepr(RR2tpack((s"/usr/local/lib/python2.5/pickle.pyRTs


cCsP|io4|djott|Sq>t|d|Sntt|dS(Nis<is
(RFtBINGETRMtLONG_BINGETtGETRZ(RR2R[((s"/usr/local/lib/python2.5/pickle.pytgets


c
Cs)|i|}|o|i|dSn|iit|}|o"|i|i|ddSnt|}|ii|}|o|||dSnyt|t	}Wnt
j
o
d}nX|o|i|dSnti|}|o||}nlt
|dd}|o||i}n@t
|dd}|o
|}ntd|i|ft|tjo|i||dSnt|tj	otd|nt|}	d|	jo
djnptd|n|id	||dS(
Nit
__reduce_ex__t
__reduce__sCan't pickle %r object: %rs%s must return string or tupleiis3Tuple returned by %s must have two to five elementsRP(t
persistent_idt	save_persRCR_RQRBttypetdispatcht
issubclasstTypeTypet	TypeErrortsave_globalRtgetattrR?RERRt
StringTypet	TupleTypeRStsave_reduce(
RRPtpidtxR;tftissctreducetrvR4((s"/usr/local/lib/python2.5/pickle.pyRN
sR



cCsdS(N(R?(RRP((s"/usr/local/lib/python2.5/pickle.pyRbMscCsG|io|i||itn|itt|ddS(Ns
(RFRNRBt	BINPERSIDtPERSIDtstr(RRn((s"/usr/local/lib/python2.5/pickle.pyRcQs

c
Cst|tptdnt|ptdn|i}|i}|idjot|dddjo|d}	t|	dptd	n|dj	o |	|i
j	otd
n|d}||	|||tn|||||t|dj	o|i
|n|dj	o|i|n|dj	o|i|n|dj	o|||tndS(Ns$args from reduce() should be a tuples#func from reduce should be callableiRtt
__newobj__it__new__s+args[0] from __newobj__ args has no __new__s0args[0] from __newobj__ args has the wrong classi(t
isinstanceRlRtcallableRNRBRERjthasattrR?t	__class__tNEWOBJtREDUCERVt_batch_appendst_batch_setitemstBUILD(
Rtfunctargststatet	listitemst	dictitemsRPRNRBtcls((s"/usr/local/lib/python2.5/pickle.pyRmYs<
		)













cCs|itdS(N(RBtNONE(RRP((s"/usr/local/lib/python2.5/pickle.pyt	save_nonescCsN|idjo|i|otptn|i|otptdS(Ni(RERBtNEWTRUEtNEWFALSEtTRUEtFALSE(RRP((s"/usr/local/lib/python2.5/pickle.pyt	save_boolscCs|io|djog|djo|itt|dSn|djo*|idt|d@|d?fdSq~n|d?}|djp
|djo"|it|d|dSqn|itt|d	dS(
Niiis%c%c%ciiis<is
(RFRBtBININT1RMtBININT2tBININTtINTRZ(RRPR[t	high_bits((s"/usr/local/lib/python2.5/pickle.pytsave_ints



"
cCs|idjojt|}t|}|djo|itt||n|it|d||dSn|itt|ddS(Niis<is
(	REtencode_longRSRBtLONG1RMtLONG4tLONGRZ(RRPR[tbytestn((s"/usr/local/lib/python2.5/pickle.pyt	save_longs
cCsG|io|it|d|n|itt|ddS(Ns>ds
(RFRBtBINFLOATtFLOATRZ(RRPR[((s"/usr/local/lib/python2.5/pickle.pyt
save_floats
cCs|ioZt|}|djo|itt||q|it|d||n|itt|d|i|dS(Nis<is
(	RFRSRBtSHORT_BINSTRINGRMt	BINSTRINGtSTRINGRZRV(RRPR[R((s"/usr/local/lib/python2.5/pickle.pytsave_strings

"cCs|io=|id}t|}|it|d||nC|idd}|idd}|it|idd|i|dS(Nsutf-8s<is\s\u005cs
s\u000asraw-unicode-escape(RFtencodeRSRBt
BINUNICODEtreplacetUNICODERV(RRPR[tencodingR((s"/usr/local/lib/python2.5/pickle.pytsave_unicodes
"cCs7|i}|io|o|id}nt|}|djo'|o|itt||q&|d|}|o|it||q&|it||no|oL|i	dd}|i	dd}|id}|it
|dn|itt|d|i
|dS(	Nsutf-8is<is\s\u005cs
s\u000asraw-unicode-escape(t	isunicodeRFRRSRBRRMRRRRRRZRV(RRPR[tunicodeR4R:((s"/usr/local/lib/python2.5/pickle.pyRs$
c	Cs|i}|i}t|}|djo+|o|tn|ttdSn|i}|i}|djo|djox|D]}||qWt||jo3|i	|t|d}|t
||n|t||i|dSn|tx|D]}||qWt||joT|i	|t|d}|o|t
|n|t
|d|dSn|it|i|dS(Niiii(RBRERStEMPTY_TUPLEtMARKtTUPLERNRCRQR_tPOPt_tuplesize2codeRVtPOP_MARK(	RRPRBRERRNRCtelementR_((s"/usr/local/lib/python2.5/pickle.pyt
save_tuples@		
		


cCs|itdS(N(RBR(RRP((s"/usr/local/lib/python2.5/pickle.pytsave_empty_tupleLscCsS|i}|io|tn|tt|i||it|dS(N(RBRFt
EMPTY_LISTRtLISTRVRtiter(RRPRB((s"/usr/local/lib/python2.5/pickle.pyt	save_listOs	

ic	Cs1|i}|i}|ip-x"|D]}|||tq#WdSnt|i}x|dj	og}xH|D]@}y|i}|i|Wqut	j
od}PquXquWt
|}|djo3|tx|D]}||qW|tq[|o||d|tq[q[WdS(Nii(
RNRBRFtAPPENDtxranget
_BATCHSIZER?tnexttappendt
StopIterationRSRtAPPENDS(	RtitemsRNRBRoR9ttmpR2R((s"/usr/local/lib/python2.5/pickle.pyR`s<		





cCsS|i}|io|tn|tt|i||i|idS(N(RBRFt
EMPTY_DICTRtDICTRVRt	iteritems(RRPRB((s"/usr/local/lib/python2.5/pickle.pyt	save_dicts	

c
Csa|i}|i}|ip=x2|D]*\}}|||||tq#WdSnt|i}x|dj	og}xB|D]:}y|i|iWqt	j
od}PqXqWt
|}	|	djoC|tx(|D] \}}||||qW|tqk|	o2|d\}}|||||tqkqkWdS(Nii(
RNRBRFtSETITEMRRR?RRRRSRtSETITEMS(
RRRNRBtktvR9RR2R((s"/usr/local/lib/python2.5/pickle.pyRsB		









c
CsJ|i}|i}|i}|i}t|do'|i}t|t||nd}|t|i	o3||x|D]}||qW|t
n<x|D]}||qW|t|id|i
d|i|y
|i}Wntj
o|i}	nX|}	t|	|||	|tdS(Nt__getinitargs__s
((R}RCRBRNR|RRSt_keep_aliveRRFtOBJtINSTRRRVt__getstate__tAttributeErrort__dict__R(
RRPRRCRBRNRtargtgetstatetstuff((s"/usr/local/lib/python2.5/pickle.pyt	save_insts:				



 

	

c
	Cs|i}|i}|djo
|i}nt|dd}|djot||}ny*t|ti|}t||}Wn5t	t
tfj
o td|||fn,X||j	otd|||fn|i
djoti||f}	|	o|	djpt|	djo|tt|	nH|	djo#|dt|	d@|	d	?fn|t|d
|	dSqn|t|d|d|i|dS(NRs(Can't pickle %r: it's not found as %s.%ss2Can't pickle %r: it's not the same object as %s.%siiiis%c%c%cis<is
(RBRCR?RRjtwhichmodulet
__import__tsystmodulestImportErrortKeyErrorRRRERR_RRtEXT1RMtEXT2tEXT4tGLOBALRV(
RRPtnameR[RBRCtmoduletmodtklasstcode((s"/usr/local/lib/python2.5/pickle.pyRis>		







#N(0RRR?RRKR
RVtstructR[RTR_RNRbRcRmReRtNoneTypeRtboolRtIntTypeRtLongTypeRt	FloatTypeRRkRtUnicodeTypeRRlRRtListTypeRRRtDictionaryTypeRRRtInstanceTypeRit	ClassTypetFunctionTypetBuiltinFunctionTypeRg(((s"/usr/local/lib/python2.5/pickle.pyRs`$			
		@		N	
	









	3
		
	 	

	#	&
(


cCsHy|t|i|Wn&tj
o|g|t|<nXdS(sMKeeps a reference to the object x in the memo.

    Because we remember objects by their id, we have
    to assure that possibly temporary objects are kept
    alive by referencing them.
    We store a reference at the id of the memo, which should
    normally not be used unless someone tries to deepcopy
    the memo itself...
    N(RQRR(RoRC((s"/usr/local/lib/python2.5/pickle.pyR	s
cCst|dd}|dj	o|Sn|tjot|SnxbtiiD]K\}}|djoqPn|djot||d|joPqPqPWd}|t|<|S(sFigure out the module in which a function occurs.

    Search sys.modules for the module.
    Cache in classmap.
    Return a module name.
    If the function cannot be found, return "__main__".
    Rt__main__N(RjR?tclassmapRRR(RtfuncnameRRR((s"/usr/local/lib/python2.5/pickle.pyRs	


&	
cBsLeZdZdZdZhZdZeed<dZeee<dZ	e	ee
<dZeee<dZ
e
ee<d	Zeee<d
Zeee<dZeee<dZeee<d
Zeee<dZeee<dZeee<dZeee<dZeee <dZ!e!ee"<e#i$dZ%e%ee&<dZ'e'ee(<dZ)e)ee*<dZ+e+ee,<dZ-e-ee.<dZ/e/ee0<dZ1e1ee2<dZ3e3ee4<dZ5e5ee6<dZ7e7ee8<dZ9e9ee:<dZ;e;ee<<dZ=e=ee><d Z?e?ee@<d!ZAeAeeB<d"ZCd#ZDeDeeE<d$ZFeFeeG<d%ZHeHeeI<d&ZJeJeeK<d'ZLeLeeM<d(ZNeNeeO<d)ZPePeeQ<d*ZRd+ZSd,ZTeTeeU<d-ZVeVeeW<d.ZXeXeeY<d/ZZeZee[<d0Z\e\ee]<d1Z^e^ee_<d2Z`e`eea<d3Zbebeec<d4Zdedeee<d5Zfefeeg<d6Zheheei<d7Zjejeek<d8Zleleem<d9Zneneeo<d:Zpepeeq<d;Zrerees<d<Zteteeu<RS(=cCs%|i|_|i|_h|_dS(sThis takes a file-like object for reading a pickle data stream.

        The protocol version of the pickle is detected automatically, so no
        proto argument is needed.

        The file-like object must have two methods, a read() method that
        takes an integer argument, and a readline() method that requires no
        arguments.  Both methods should return a string.  Thus file-like
        object can be a file object opened for reading, a StringIO object,
        or any other custom object that meets this interface.
        N(treadlinetreadRC(RRH((s"/usr/local/lib/python2.5/pickle.pyR=scCs}t|_g|_|ii|_|i}|i}y$x|d}|||q<Wntj
o}|iSnXdS(sRead a pickled object representation from the open file.

        Return the reconstituted object hierarchy specified in the file.
        iN(tobjecttmarktstackRRReRR(RRRetkeytstopinst((s"/usr/local/lib/python2.5/pickle.pyRMs			cCsI|i}|i}t|d}x |||j	o|d}q%W|S(Ni(RRRS(RRRR((s"/usr/local/lib/python2.5/pickle.pytmarkerfs		cCs
tdS(N(tEOFError(R((s"/usr/local/lib/python2.5/pickle.pytload_eofosRwcCsHt|id}d|jo
djnptd|ndS(Niiisunsupported pickle protocol: %d(tordRRA(RRE((s"/usr/local/lib/python2.5/pickle.pyt
load_protosscCs*|id }|i|i|dS(Ni(RRtpersistent_load(RRn((s"/usr/local/lib/python2.5/pickle.pytload_persidyscCs)|ii}|i|i|dS(N(RtpopRR(RRn((s"/usr/local/lib/python2.5/pickle.pytload_binpersid~scCs|iddS(N(RR?(R((s"/usr/local/lib/python2.5/pickle.pyt	load_nonescCs|itdS(N(RtFalse(R((s"/usr/local/lib/python2.5/pickle.pyt
load_falsescCs|itdS(N(RtTrue(R((s"/usr/local/lib/python2.5/pickle.pyt	load_truescCs|i}|tdjo
t}nN|tdjo
t}n3yt|}Wntj
ot|}nX|i|dS(Ni(	RRRRRRDRAtlongR(Rtdatatval((s"/usr/local/lib/python2.5/pickle.pytload_ints

cCs$|itd|iddS(NR2i(RtmloadsR(R((s"/usr/local/lib/python2.5/pickle.pytload_binintscCs |it|iddS(Ni(RRR(R((s"/usr/local/lib/python2.5/pickle.pytload_binint1scCs(|itd|idddS(NR2it(RR
R(R((s"/usr/local/lib/python2.5/pickle.pytload_binint2scCs$|it|id ddS(Nii(RR	R(R((s"/usr/local/lib/python2.5/pickle.pyt	load_longscCs;t|id}|i|}|it|dS(Ni(RRRtdecode_long(RRR((s"/usr/local/lib/python2.5/pickle.pyt
load_long1scCs?td|id}|i|}|it|dS(NR2i(R
RRR(RRR((s"/usr/local/lib/python2.5/pickle.pyt
load_long4scCs!|it|id dS(Ni(RtfloatR(R((s"/usr/local/lib/python2.5/pickle.pyt
load_floatscCs'|i|d|idddS(Ns>dii(RR(Rtunpack((s"/usr/local/lib/python2.5/pickle.pyt
load_binfloatscCs|id }xcdD]R}|i|o<|i|p
tdn|t|t|!}PqqWtd|i|iddS(Nis"'sinsecure string pickles
string-escape(Rt
startswithtendswithRARSRtdecode(RtrepR8((s"/usr/local/lib/python2.5/pickle.pytload_strings
		cCs3td|id}|i|i|dS(NR2i(R
RR(RRS((s"/usr/local/lib/python2.5/pickle.pytload_binstringscCs$|it|id ddS(Nisraw-unicode-escape(RRR(R((s"/usr/local/lib/python2.5/pickle.pytload_unicodescCs<td|id}|it|i|ddS(NR2isutf-8(R
RRR(RRS((s"/usr/local/lib/python2.5/pickle.pytload_binunicodescCs/t|id}|i|i|dS(Ni(RRR(RRS((s"/usr/local/lib/python2.5/pickle.pytload_short_binstringscCs1|i}t|i|dg|i|)dS(Ni(RttupleR(RR((s"/usr/local/lib/python2.5/pickle.pyt
load_tuplescCs|iiddS(N((RR(R((s"/usr/local/lib/python2.5/pickle.pytload_empty_tuplescCs|idf|id<dS(Ni(R(R((s"/usr/local/lib/python2.5/pickle.pytload_tuple1scCs(|id|idfg|id)dS(Nii(R(R((s"/usr/local/lib/python2.5/pickle.pytload_tuple2scCs2|id|id|idfg|id)dS(Niii(R(R((s"/usr/local/lib/python2.5/pickle.pytload_tuple3scCs|iigdS(N(RR(R((s"/usr/local/lib/python2.5/pickle.pytload_empty_listscCs|iihdS(N(RR(R((s"/usr/local/lib/python2.5/pickle.pytload_empty_dictionaryscCs+|i}|i|dg|i|)dS(Ni(RR(RR((s"/usr/local/lib/python2.5/pickle.pyt	load_listscCs||i}h}|i|d}xBtdt|dD](}||}||d}|||<q<W|g|i|)dS(Niii(RRtrangeRS(RRR-RR2RR((s"/usr/local/lib/python2.5/pickle.pyt	load_dicts
c	Cst|i|d}|i|3d}|oZt|tjoGt|do6yt}||_d}Wqtj
oqXn|pUy||}Wqtj
o2}td|i	t
|ftidqXn|i
|dS(NiiRsin constructor for %s: %si(R#RRdRR|t_EmptyClassR}tRuntimeErrorRhRRvRtexc_infoR(RRRRtinstantiatedRterr((s"/usr/local/lib/python2.5/pickle.pyt_instantiates&
		
	,cCsL|id }|id }|i||}|i||idS(Ni(Rt
find_classR3R(RRRR((s"/usr/local/lib/python2.5/pickle.pyt	load_inst*scCs6|i}|ii|d}|i||dS(Ni(RRRR3(RRR((s"/usr/local/lib/python2.5/pickle.pytload_obj1scCs?|ii}|id}|i||}||id<dS(Ni(RRRy(RRRRP((s"/usr/local/lib/python2.5/pickle.pytload_newobj8s
cCsC|id }|id }|i||}|i|dS(Ni(RR4R(RRRR((s"/usr/local/lib/python2.5/pickle.pytload_global?scCs&t|id}|i|dS(Ni(RRt
get_extension(RR((s"/usr/local/lib/python2.5/pickle.pyt	load_ext1FscCs.td|idd}|i|dS(NR2iR(R
RR9(RR((s"/usr/local/lib/python2.5/pickle.pyt	load_ext2KscCs*td|id}|i|dS(NR2i(R
RR9(RR((s"/usr/local/lib/python2.5/pickle.pyt	load_ext4PscCsg}ti||}||j	o|i|dSnti|}|ptd|n|i|}|t|<|i|dS(Nsunregistered extension code %d(RR_RRRAR4(RRtnilRPR((s"/usr/local/lib/python2.5/pickle.pyR9Us


cCs*t|ti|}t||}|S(N(RRRRj(RRRRR((s"/usr/local/lib/python2.5/pickle.pyR4bs

cCs9|i}|i}|d}||}||d<dS(Ni(RR(RRRRR((s"/usr/local/lib/python2.5/pickle.pytload_reduceis
	
cCs|id=dS(Ni(R(R((s"/usr/local/lib/python2.5/pickle.pytload_popqscCs|i}|i|3dS(N(RR(RR((s"/usr/local/lib/python2.5/pickle.pyt
load_pop_markuscCs|i|iddS(Ni(RR(R((s"/usr/local/lib/python2.5/pickle.pytload_dupzscCs"|i|i|id dS(Ni(RRCR(R((s"/usr/local/lib/python2.5/pickle.pytload_get~scCs3t|id}|i|it|dS(Ni(RRRRCRZ(RR2((s"/usr/local/lib/python2.5/pickle.pytload_bingetscCs7td|id}|i|it|dS(NR2i(R
RRRCRZ(RR2((s"/usr/local/lib/python2.5/pickle.pytload_long_bingetscCs"|id|i|id <dS(Ni(RRCR(R((s"/usr/local/lib/python2.5/pickle.pytload_putscCs3t|id}|id|it|<dS(Nii(RRRRCRZ(RR2((s"/usr/local/lib/python2.5/pickle.pytload_binputscCs7td|id}|id|it|<dS(NR2ii(R
RRRCRZ(RR2((s"/usr/local/lib/python2.5/pickle.pytload_long_binputscCs0|i}|i}|d}|i|dS(Ni(RRR(RRRtlist((s"/usr/local/lib/python2.5/pickle.pytload_appends	
cCsC|i}|i}||d}|i||d||3dS(Ni(RRtextend(RRRRH((s"/usr/local/lib/python2.5/pickle.pytload_appendss
	cCs9|i}|i}|i}|d}|||<dS(Ni(RR(RRRRtdict((s"/usr/local/lib/python2.5/pickle.pytload_setitems
	
cCsk|i}|i}||d}x:t|dt|dD]}||d|||<q@W||3dS(Nii(RRR,RS(RRRRLR2((s"/usr/local/lib/python2.5/pickle.pyt
load_setitemss	cCs!|i}|i}|d}t|dd}|o||dSnd}t|to#t|djo|\}}n|o[y|ii|Wqt	j
o4x/|i
D]\}}t|||qWqXn|o1x.|i
D]\}}t|||qWndS(Nit__setstate__i(RRRjR?RzR#RSRtupdateR/Rtsetattr(RRRtinsttsetstatet	slotstateRR((s"/usr/local/lib/python2.5/pickle.pyt
load_builds*	

#


cCs|i|idS(N(RR(R((s"/usr/local/lib/python2.5/pickle.pyt	load_markscCs|ii}t|dS(N(RRR(RR((s"/usr/local/lib/python2.5/pickle.pyt	load_stops(vRRRRRReRRRLRRuRRtRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR RR!RR"RR$RR%RR&tTUPLE1R'tTUPLE2R(tTUPLE3R)RR*RR+RR-RR3R5RR6RR7R~R8RR:RR;RR<RR9R4R>RR?RR@RRAtDUPRBR^RCR\RDR]RERYRFRWRGRXRIRRKRRMRRNRRURRVRRWRO(((s"/usr/local/lib/python2.5/pickle.pyR	;s				
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
	
	
	
	
	
	
	
		
		
	
	
	
	
	
	
	
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	R.cBseZRS((RR(((s"/usr/local/lib/python2.5/pickle.pyR.scCs9|djodSn|djot|}|idptd|id}t||}|d@od|d}qt|ddd	jod
|d}qnt|}|idptd|id}t||}|d@o|d7}n|d}|d|>7}|djptt|}d|id}t||}||jodd
|||d}nt|ddd	jod|d}n|ido|dd!}n|d}t|d@djpt||fti|}|dddS(sEncode a long to a two's complement little-endian binary string.
    Note that 0L is a special case, returning an empty string, to save a
    byte in the LONG1 pickling context.

    >>> encode_long(0L)
    ''
    >>> encode_long(255L)
    '\xff\x00'
    >>> encode_long(32767L)
    '\xff\x7f'
    >>> encode_long(-256L)
    '\x00\xff'
    >>> encode_long(-32768L)
    '\x00\x80'
    >>> encode_long(-128L)
    '\x80'
    >>> encode_long(127L)
    '\x7f'
    >>>
    iRwt0xiRit0x0iit0x00ilRt0xffiN(thexRRRRRSRDt	_binasciit	unhexlify(Rotashext
njunkcharstnibblestnbitst
newnibblestbinary((s"/usr/local/lib/python2.5/pickle.pyRsB





'cCswt|}|djodSnti|ddd}t|d}|ddjo|d|d>8}n|S(	s\Decode a long from a two's complement little-endian binary string.

    >>> decode_long('')
    0L
    >>> decode_long("\xff\x00")
    255L
    >>> decode_long("\xff\x7f")
    32767L
    >>> decode_long("\x00\xff")
    -256L
    >>> decode_long("\x00\x80")
    -32768L
    >>> decode_long("\x80")
    -128L
    >>> decode_long("\x7f")
    127L
    ilNiisli(RSRathexlifyR	(R
tnbytesRcR((s"/usr/local/lib/python2.5/pickle.pyR.s
(tStringIOcCst||i|dS(N(RR
(RPRHRI((s"/usr/local/lib/python2.5/pickle.pyR
QscCs)t}t||i||iS(N(RkRR
tgetvalue(RPRIRH((s"/usr/local/lib/python2.5/pickle.pyRTs	cCst|iS(N(R	R(RH((s"/usr/local/lib/python2.5/pickle.pyRYscCst|}t|iS(N(RkR	R(RvRH((s"/usr/local/lib/python2.5/pickle.pyR
\scCsddk}|iS(Ni(tdoctestttestmod(Rm((s"/usr/local/lib/python2.5/pickle.pyt_testbsR(kRt__version__ttypestcopy_regRRRRtmarshalRRtret__all__tformat_versiontcompatible_formatsR@R
R
t	ExceptionRRRRtorg.python.coreRRR?Rt	NameErrorRRORRR[RRRRRRRRuRtRRRRRRRRRRRRR^R\RR]RRRRYRWRXRRRRRRRRLR~RRRRXRYRZRRRRRRJt_[1]tdirRotmatchRRRRR	R.tbinasciiRaRRt	cStringIORkR
RRRoR(((s"/usr/local/lib/python2.5/pickle.pys<module>s
		
B`			B				


Man Man