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/tokenize.pyc

³ņ
h”Rc@s¦dZdZdZddkZddkZddkTddkZgZeeƒD]"ZeddjoeeqQqQ[dd	d
ddgZ	[[e
Zdee<e
d
Z
dee
<e
d7Z
d„Zd„Zd„ZdZdZeedeƒeeƒZdZdZdZdZeeeeƒZdZeddƒeeƒZdeZeeeƒZededƒZeeeeƒZdZd Z d!Z!d"Z"ed#d$ƒZ#ed%d&ƒZ$ed'd(d)d*d+d,d-d.ƒZ%d/Z&ed0d1ƒZ'ee%e&e'ƒZ(eee(e$eƒZ)ee)Z*ed2ed3dƒd4ed5dƒƒZ+edee#ƒZ,eee,ee(e+eƒZ-e.ei/e*e-e!e"fƒ\Z0Z1Z2Z3hei/eƒd3<ei/e ƒd5<e2d6<e3d7<e2d8<e3d9<e2d:<e3d;<e2d<<e3d=<e2d><e3d?<e2d@<e3dA<e2dB<e3dC<e2dD<e3dE<e2dF<e3dG<ddH<ddI<ddJ<ddK<Z5hZ6xdgD]Z7e7e6e7<qŖWhZ8xdhD]Z7e7e8e7<qĖWd\Z9d]e:fd^„ƒYZ;d_e:fd`„ƒYZ<da„Z=e=db„Z>dc„Z?dd„Z@de„ZAeBdfjoTddkCZCeDeCiEƒd
joe>eFeCiEd
ƒiGƒq¢e>eCiHiGƒndS(isĄTokenization help for Python programs.

generate_tokens(readline) is a generator that breaks a stream of
text into Python tokens.  It accepts a readline-like method which is called
repeatedly to get the next line of input (or "" for EOF).  It generates
5-tuples with these members:

    the token type (see token.py)
    the token (a string)
    the starting (row, column) indices of the token (a 2-tuple of ints)
    the ending (row, column) indices of the token (a 2-tuple of ints)
    the original line (string)

It is designed to match the working of the Python tokenizer exactly, except
that it produces COMMENT tokens for comments and gives type OP for all
operators

Older entry points
    tokenize_loop(readline, tokeneater)
    tokenize(readline, tokeneater=printtoken)
are the same, except instead of generating tokens, tokeneater is a callback
function to which the 5 fields described above are passed as 5 arguments,
each time a new token is found.sKa-Ping Yee <ping@lfw.org>s@GvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaroi’’’’N(t*it_tCOMMENTttokenizetgenerate_tokenstNLt
untokenizeiicGsddi|ƒdS(Nt(t|t)(tjoin(tchoices((s$/usr/local/lib/python2.5/tokenize.pytgroup,scGst|ŒdS(NR(R(R((s$/usr/local/lib/python2.5/tokenize.pytany-scGst|ŒdS(Nt?(R(R((s$/usr/local/lib/python2.5/tokenize.pytmaybe.ss[ \f\t]*s	#[^\r\n]*s\\\r?\ns[a-zA-Z_]\w*s0[xX][\da-fA-F]*[lL]?s0[0-7]*[lL]?s
[1-9]\d*[lL]?s[eE][-+]?\d+s\d+\.\d*s\.\d+s\d+s\d+[jJ]s[jJ]s[^'\\]*(?:\\.[^'\\]*)*'s[^"\\]*(?:\\.[^"\\]*)*"s%[^'\\]*(?:(?:\\.|'(?!''))[^'\\]*)*'''s%[^"\\]*(?:(?:\\.|"(?!""))[^"\\]*)*"""s
[uU]?[rR]?'''s
[uU]?[rR]?"""s&[uU]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*'s&[uU]?[rR]?"[^\n"\\]*(?:\\.[^\n"\\]*)*"s\*\*=?s>>=?s<<=?s<>s!=s//=?s[+\-*/%&|^=<>]=?t~s[][(){}]s\r?\ns[:;.,`@]s%[uU]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*t's%[uU]?[rR]?"[^\n"\\]*(?:\\.[^\n"\\]*)*t"s'''s"""sr'''sr"""su'''su"""sur'''sur"""sR'''sR"""sU'''sU"""suR'''suR"""sUr'''sUr"""sUR'''sUR"""trtRtutUsr'sr"sR'sR"su'su"sU'sU"sur'sur"sUr'sUr"suR'suR"sUR'sUR"it
TokenErrorcBseZRS((t__name__t
__module__(((s$/usr/local/lib/python2.5/tokenize.pyRƒstStopTokenizingcBseZRS((RR(((s$/usr/local/lib/python2.5/tokenize.pyR…sc	CsA|\}}|\}}d||||t|t|ƒfGHdS(Ns%d,%d-%d,%d:	%s	%s(ttok_nametrepr(	ttypettokent.2t.3tlinetsrowtscolterowtecol((s$/usr/local/lib/python2.5/tokenize.pyt
printtoken‡scCs+yt||ƒWntj
onXdS(s:
    The tokenize() function accepts two parameters: one representing the
    input stream, and one providing an output mechanism for tokenize().

    The first parameter, readline, must be a callable object which provides
    the same interface as the readline() method of built-in file objects.
    Each call to the function should return one line of input as a string.

    The second parameter, tokeneater, must also be a callable object. It is
    called once for each token, with five arguments, corresponding to the
    tuples generated by generate_tokens().
    N(t
tokenize_loopR(treadlinet
tokeneater((s$/usr/local/lib/python2.5/tokenize.pyR‹s
cCs%xt|ƒD]}||Œq
WdS(N(R(R(R)t
token_info((s$/usr/local/lib/python2.5/tokenize.pyR'žs
c	Cs1t}t}g}g}|i}x|D]ų}|d \}}|ttfjo|d7}n|tjo|od|}nt}nt}|tjo|i|ƒq(ne|tjo|iƒq(nG|t	t
tfjo
t}n'|o|o||dƒt}n||ƒq(Wdi|ƒS(sóTransform tokens back into Python source code.

    Each element returned by the iterable must be a token sequence
    with at least two elements, a token number and token value.

    Round-trip invariant:
        # Output text will tokenize the back to the input
        t1 = [tok[:2] for tok in generate_tokens(f.readline)]
        newcode = untokenize(t1)
        readline = iter(newcode.splitlines(1)).next
        t2 = [tok[:2] for tok in generate_tokens(readline)]
        assert t1 == t2
    it i’’’’t(
tFalsetappendtNAMEtNUMBERtSTRINGtTruetINDENTtDEDENTtpoptNEWLINERRR
(	titerablet	startlinet
prevstringtindentsttoksttoks_appendttokttoknumttokval((s$/usr/local/lib/python2.5/tokenize.pyR£s8	







ccsŁd}}}tidd}}d\}}d}dg}	x@y
|ƒ}
Wntj
o
d}
nX|d}dt|
ƒ}}|oś|
ptd|
f‚n|i|
ƒ}|oO|idƒ}}t||
| |
||f||
fVd\}}d}qv|oY|
ddjoH|
d	d
jo7t	||
|
|t|
ƒf|fVd}d}q@qv||
}||
}q@nš|djo¼|o“|
pPnd}x~||jop|
|djo|d}nD|
|djo|t
dt
}n|
|d
jo
d}nP|d}q±W||joPn|
|djoEttf|
|dj|
|||f|t|
ƒf|
fVq@n||	djo5|	i
|ƒt|
| |df||f|
fVnx–||	djoZ||	jotdd|||
fƒ‚n|	d }	td||f||f|
fVqąWn'|
ptd|dff‚nd}x||joöti|
|ƒ}|o§|idƒ\}}||f||f|}}}|
||!|
|}}||jp|djo%|djot||||
fVqx|djo,|djotpt||||
fVqx|djot||||
fVqx|tjo~t|}|i|
|ƒ}|o:|idƒ}|
||!}t||||f|
fVqB||f}
|
|}|
}Pqx|tjp"|d tjp|d tjoy|ddjoP||f}
t|pt|dpt|d}|
|d}}|
}PqBt||||
fVqx||jot||||
fVqx|djo
d}qx|djo|d}n|djo|d}nt||||
fVqyt	|
|||f||df|
fV|d}qyWq@x2|	dD]&}td|df|dfdfVq‹Wtd|df|dfdfVdS(sS
    The generate_tokens() generator requires one argment, readline, which
    must be a callable object which provides the same interface as the
    readline() method of built-in file objects. Each call to the function
    should return one line of input as a string.  Alternately, readline
    can be a callable function terminating with StopIteration:
        readline = open(myfile).next    # Example of alternate readline

    The generator produces 5-tuples with these members: the token type; the
    token string; a 2-tuple (srow, scol) of ints specifying the row and
    column where the token begins in the source; a 2-tuple (erow, ecol) of
    ints specifying the row and column where the token ends in the source;
    and the line on which the token was found. The line passed is the
    logical line; continuation lines are included.
    iRt
0123456789R,isEOF in multi-line stringiž’’’s\
iż’’’s\
R+s	ss#
t#i’’’’s3unindent does not match any outer indentation levels
<tokenize>sEOF in multi-line statementt.s
iis
s\s([{s)]}N(R,i(R,i(tstringt
ascii_letterstNonet
StopIterationtlenRtmatchtendR1t
ERRORTOKENttabsizeRRR.R3tIndentationErrorR4t
pseudoprogtspanR0R6t
triple_quotedtendprogst
single_quotedR/tOPt	ENDMARKER(R(tlnumtparenlevt	continuedt	namecharstnumcharstcontstrtneedconttcontlineR:R!tpostmaxtstrstarttendprogtendmatchRItcolumntpseudomatchtstarttsposteposRtinitialtindent((s$/usr/local/lib/python2.5/tokenize.pyRŌsģ	


)





 
(

)
 













$t__main__(s'''s"""sr'''sr"""sR'''sR"""su'''su"""sU'''sU"""sur'''sur"""sUr'''sUr"""suR'''suR"""sUR'''sUR"""(RRsr'sr"sR'sR"su'su"sU'sU"sur'sur"sUr'sUr"suR'suR"sUR'sUR"(It__doc__t
__author__t__credits__RCtreRt_[1]tdirtxt__all__tN_TOKENSRRRRR
Rt
WhitespacetCommenttIgnoretNamet	Hexnumbert	Octnumbert	Decnumbert	IntnumbertExponentt
PointfloattExpfloattFloatnumbert
ImagnumbertNumbertSingletDoubletSingle3tDouble3tTripletStringtOperatortBrackettSpecialtFunnyt
PlainTokentTokentContStrtPseudoExtrastPseudoTokentmaptcompilet	tokenprogRMtsingle3progtdouble3progRERPROttRQRKt	ExceptionRRR&RR'RRRtsysRGtargvtopenR(tstdin(((s$/usr/local/lib/python2.5/tokenize.pys<module>s¾
?



			
		

'(&			1	‹


Man Man