python (3.11.7)

(root)/
lib/
python3.11/
__pycache__/
tokenize.cpython-311.opt-1.pyc

ef	dZdZdZddlmZddlmZmZddl	Z	ddl
Z
ddlmZddl
ZddlZddlZddlTdd	lmZejd
ejZejdejZddlZejgdzZ[Gd
de	jddZdZdZdZdZdZeedezzeezZdZ dZ!dZ"dZ#dZ$ee!e"e#e$Z%dZ&eddee&zZ'de&zZ(ee'e(Z)ede)d zZ*ee*e)e%Z+d!Z,e
j-d"Z.ee,Z/d#Z0d$Z1d%Z2d&Z3ee/d'ze/d(zZ4ee/d)ze/d*zZ5ee6ej7e8ed+,Z9ed-e9Z:ee+e:e5e Z;ee;zZ<ee/d.zed/dze/d0zed1dzZ=ed2ee4Z>eee>e+e:e=e zZ?iZ@e,D]"ZAe0e@eAd/z<e1e@eAd1z<e2e@eAd'z<e3e@eAd(z<#[AeBZCeBZDe,D]FZEeEd1zeEd/zfD]ZFeCGeFeEd(zeEd'zfD]ZFeDGeFG[E[Fd3ZHGd4d5eIZJGd6d7eIZKGd8d9ZLd:ZMd;ZNd<ZOd=Zd>ZPd?ZQd@ZRdAZSdBZTeUdCkreSdSdS)DaoTokenization help for Python programs.

tokenize(readline) is a generator that breaks a stream of bytes into
Python tokens.  It decodes the bytes according to PEP-0263 for
determining source file encoding.

It accepts a readline-like method which is called repeatedly to get the
next line of input (or b"" 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.  Additionally, all token lists start with an ENCODING token
which tells you which encoding was used to decode the bytes stream.
zKa-Ping Yee <ping@lfw.org>zpGvR, ESR, Tim Peters, Thomas Wouters, Fred Drake, Skip Montanaro, Raymond Hettinger, Trent Nelson, Michael Foord)open)lookupBOM_UTF8N)
TextIOWrapper)*)EXACT_TOKEN_TYPESz&^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)s^[ \t\f]*(?:[#\r\n]|$))tokenizegenerate_tokensdetect_encoding
untokenize	TokenInfoc*eZdZdZedZdS)r
cld|jt|jfz}d||zS)Nz%d (%s)z8TokenInfo(type=%s, string=%r, start=%r, end=%r, line=%r))type)rtok_name_replace)selfannotated_types  </BuggyBox/python/3.11.7/bootstrap/lib/python3.11/tokenize.py__repr__zTokenInfo.__repr__/s8"di$)1D%EEJ

>
223	4cp|jtkr |jtvrt|jS|jSN)rOPstringrrs r
exact_typezTokenInfo.exact_type4s/9??t{.???$T[119rN)__name__
__module____qualname__rpropertyrrrr
r
.s>444
Xrr
ztype string start end linec8dd|zdzS)N(|))joinchoicess rgroupr*;sC#((7"3"33c99rct|dzS)Nrr*r(s ranyr-<s%/C//rct|dzS)N?r,r(s rmayber0=sE7Oc11rz[ \f\t]*z	#[^\r\n]*z\\\r?\nz\w+z0[xX](?:_?[0-9a-fA-F])+z0[bB](?:_?[01])+z0[oO](?:_?[0-7])+z(?:0(?:_?0)*|[1-9](?:_?[0-9])*)z[eE][-+]?[0-9](?:_?[0-9])*z)[0-9](?:_?[0-9])*\.(?:[0-9](?:_?[0-9])*)?z\.[0-9](?:_?[0-9])*z[0-9](?:_?[0-9])*z[0-9](?:_?[0-9])*[jJ]z[jJ]cgd}dh}|D]\}tj|D]E}tjd|DD]*}|d|+F]|S)N)brufbrfrc:g|]}||fSr")upper).0cs  r
<listcomp>z(_all_string_prefixes.<locals>.<listcomp>_s$)D)D)DQ1aggii.)D)D)Dr)
_itertoolspermutationsproductaddr')_valid_string_prefixesresultprefixtr4s     r_all_string_prefixesrFTs>==TF(''(00	'	'A ')D)D!)D)D)DE
'
'

2771::&&&&
'	'
Mrc@tj|tjSr)recompileUNICODE)exprs r_compilerLcs
:dBJ'''rz[^'\\]*(?:\\.[^'\\]*)*'z[^"\\]*(?:\\.[^"\\]*)*"z%[^'\\]*(?:(?:\\.|'(?!''))[^'\\]*)*'''z%[^"\\]*(?:(?:\\.|"(?!""))[^"\\]*)*"""z'''z"""z'[^\n'\\]*(?:\\.[^\n'\\]*)*'z"[^\n"\\]*(?:\\.[^\n"\\]*)*"T)reversez\r?\nz'[^\n'\\]*(?:\\.[^\n'\\]*)*'z"[^\n"\\]*(?:\\.[^\n"\\]*)*"z
\\\r?\n|\ZceZdZdS)
TokenErrorNrrr r"rrrRrRrrRceZdZdS)StopTokenizingNrSr"rrrVrVrTrrVc&eZdZdZdZdZdZdS)Untokenizerc>g|_d|_d|_d|_dS)Nr)tokensprev_rowprev_colencodingrs r__init__zUntokenizer.__init__s"




rcf|\}}||jks||jkr:||jkr/td|||j|j||jz
}|r$|jd|zd|_||jz
}|r|jd|zdSdS)Nz+start ({},{}) precedes previous end ({},{})\
r )r\r]
ValueErrorformatr[append)rstartrowcol
row_offset
col_offsets      radd_whitespacezUntokenizer.add_whitespacesS#"6"63;N;NJ$fS#t}dmLLNN
N4=(
	Kv
2333DM4=(
	1KsZ/00000	1	1rcNt|}g}d}|D]u}t|dkr|||nH|\}}}}	}
|tkr||_J|t
krn|tkr||y|tkr$|	|	\|_
|_|ttfvrd}nU|rS|rQ|d}|dt|kr.|j|t||_d}|||j||	\|_
|_|ttfvr|xj
dz
c_
d|_wd|jS)NFTrZrr8)iterlencompatENCODINGr^	ENDMARKERINDENTreDEDENTpopr\r]NEWLINENLr[rkr')riterableitindents	startlinerEtok_typetokenrfendlineindents            rrzUntokenizer.untokenizes
(^^		"	"A1vv{{Ar"""01-HeUC8## %
9$$6!!u%%%V##


/2,
t}gr]** 		
"w
" 8s6{{**K&&v...$'KKDM!	&&&Ku%%%+.(DM4=GR=((

"

 !
wwt{###rcg}|jj}|dttfv}d}t	j|g|D]}|dd\}}	|tkr|	|_"|ttfvr|	dz
}	|tkr
|rd|	z}	d}nd}|tkr||	o|tkr|
|ttfvrd}n|r|r||dd}||	dS)NrFrmrbTrn)r[rerwrxr>chainrrr^NAMENUMBERSTRINGrtrurv)
rr~ryr{toks_appendr|
prevstringtoktoknumtokvals
          rrqzUntokenizer.compatsDk(!H"
-	
#UGX66	 	 C !WNFF!! &
$''#
* 6\F!

"
v&&&6!!


GR=(( 		
"w
"GBK(((!	K9	 	 rN)rrr r_rkrrqr"rrrXrXsQ111#$#$#$J" " " " " rrXct}||}|j||j}|S)aTransform tokens back into Python source code.
    It returns a bytes object, encoded using the ENCODING
    token, which is the first token sequence output by tokenize.

    Each element returned by the iterable must be a token sequence
    with at least two elements, a token number and token value.  If
    only two tokens are passed, the resulting output is poor.

    Round-trip invariant for full input:
        Untokenized source will match input source exactly

    Round-trip invariant for limited input:
        # Output bytes will tokenize back to the input
        t1 = [tok[:2] for tok in tokenize(f.readline)]
        newcode = untokenize(t1)
        readline = BytesIO(newcode).readline
        t2 = [tok[:2] for tok in tokenize(readline)]
        assert t1 == t2
    )rXrr^encode)ryutouts   rrrs>(
B
--
!
!C	{jj%%Jrc|dddd}|dks|drdS|dvs|drd	S|S)
z(Imitates get_normal_name in tokenizer.c.N_-utf-8zutf-8-)zlatin-1
iso-8859-1ziso-latin-1)zlatin-1-ziso-8859-1-ziso-latin-1-r)lowerreplace
startswith)orig_encencs  r_get_normal_namer sv3B3-




'
'S
1
1C
g~~11~w
666
~~ABB7|Orc	jjn#t$rdYnwxYwdd}d}fd}fd}|}|trd|dd}d}|s|gfS||}|r||gfSt
|s||gfS|}|s||gfS||}|r|||gfS|||gfS)	a
    The detect_encoding() function is used to detect the encoding that should
    be used to decode a Python source file.  It requires one argument, readline,
    in the same way as the tokenize() generator.

    It will call readline a maximum of twice, and return the encoding used
    (as a string) and a list of any lines (left as bytes) it has read in.

    It detects the encoding from the presence of a utf-8 bom or an encoding
    cookie as specified in pep-0263.  If both a bom and a cookie are present,
    but disagree, a SyntaxError will be raised.  If the encoding cookie is an
    invalid charset, raise a SyntaxError.  Note that if a utf-8 bom is found,
    'utf-8-sig' is returned.

    If no encoding is specified, then the default of 'utf-8' will be returned.
    NFrc<	S#t$rYdSwxYw)Nr)
StopIterationreadlinesrread_or_stopz%detect_encoding.<locals>.read_or_stopCs6	8::			33	s	

c(	|d}n7#t$r*d}d|}t|wxYwt|}|sdSt
|d}	t|}n;#t$r.d|z}nd|}t|wxYwr4|dkr)d}nd}t||d	z
}|S)
Nrz'invalid or missing encoding declarationz{} for {!r}rZzunknown encoding: zunknown encoding for {!r}: {}zencoding problem: utf-8z encoding problem for {!r}: utf-8z-sig)
decodeUnicodeDecodeErrorrdSyntaxError	cookie_rematchrr*rLookupError)rline_stringmsgrr^codec	bom_foundfilenames      rfind_cookiez$detect_encoding.<locals>.find_cookieIsX		#++g..KK!	#	#	#;C##**399c"""		#,,	4#EKKNN33		#8$$EE	#	#	#*X55<<X ""c"""	#	7""#3CC<CCHMMC!#&&&Hs4A
B!!8CT	utf-8-sig)__self__nameAttributeErrorrrblank_rer)	rr^defaultrrfirstsecondrrs	`      @@rrr+sh"$)IHG$$$$$$L
LNNE!!	abb	{{5!!H!%  >>%   
\^^F {6""H)%((UFO##s!!ct|d}	t|j\}}|dt	||d}d|_|S#|xYw)zXOpen a file in read only mode using the encoding detected by
    detect_encoding().
    rbrT)line_bufferingr3)
_builtin_openrrseekrmodeclose)rbufferr^linestexts     rrrss8T
*
*F)&/::%AVXdCCC	
sAAA0ct|\}}tjd}tj|t	|d|}t|j|S)a
    The tokenize() generator requires one argument, 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 bytes.  Alternatively, readline
    can be a callable function terminating with StopIteration:
        readline = open(myfile, 'rb').__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
    physical line.

    The first token sequence will always be an ENCODING token
    which tells you which encoding was used to decode the bytes stream.
    r)rr>repeatrro	_tokenize__next__)rr^consumedemptyrl_gens     rr	r	sV&)22Hhc""E

hXs(;(;U
C
CFV_h///rc
#
Kdx}x}}d}d\}}d}dg}	|"|dkrd}tt|dddVd}
d}		|}
|}n#t$rd}YnwxYw|||}|d
z
}dt	|}
}|r|std|||}|rJ|dx}}tt||d|z|||f||zVd\}}d}n'|rN|ddd
kr@|dddkr2tt||z||t	|f|Vd}d}||z}||z}|dkr|s|snd}||
krO||dkr|d
z
}n2||dkr|tzd
ztz}n||dkrd}nn|d
z
}||
kO||
krnR||dvr||dkr]||dd}tt|||f||t	|zf|V|t	|z
}tt||d||f|t	|f|V4||	dkr;|	|tt|d||df||f|V||	dkrL||	vrt!dd|||f|	dd}	tt"d||f||f|V||	dkLn|std|dfd}||
krt%t&||}|r|d
\}}||f||f|}}}||kr[|||||}}||vs|dkr(|dkr"|dkrtt*||||VnL|dvr>|dkrtt||||Vn&tt,||||Vn
|dkrtt||||Vn|t.vrt%t0|}|||}|r=|d}|||}tt||||f|Vnp||f}||d}|}ne|t2vs"|ddt2vs|ddt2vr|ddkrz||f}t%t0|p?t0|d
pt0|d}||dd
}}|}ntt||||Vn|rtt8||||Vnc|dkrd
}nZ|d vr|d
z
}n	|d!vr|d
z}tt:||||Vn,tt||||f||d
zf|V|d
z
}||
k|
rr|
ddvrh|
dsAtt,d|d
z
t	|
f|d
z
t	|
d
zfdV|	d
dD] }tt"d|df|dfdV!tt@d|df|dfdVdS)"Nr
0123456789)r8rrr)rrr8rTrZzEOF in multi-line stringraz\
rb	z#
#z
rnz3unindent does not match any outer indentation levelz
<tokenize>zEOF in multi-line statement.z...rmr
\z([{z)]})!r
rrrrrprRrrr
ERRORTOKENtabsizerstripCOMMENTrxrertIndentationErrorrurLPseudoTokenspanrrw
triple_quotedendpats
single_quotedgetisidentifierrrstriprrs)rr^lnumparenlev	continuednumcharscontstrneedcontcontliner{	last_linerposmaxstrstartendprogendmatchrcolumn
comment_tokenpseudomatchrfsposeposr~initialrs                           rrrs"##D#8iHGXHcG{""H(FFB?????ID_	
I8::DD			DDD	;;x((D	c$iiS?	
G !;XFFF}}T**H
$LLOO+c$tt*(<$ho?????$)!	
d233i611d233i86K6K
GdN#dCII%6BBBBB!D.#d?
]]9]F))9##aKFF#Y$&&$go17:FF#Y$&&FFq))czzCyG##9##$(J$5$5f$=$=M#G] #;sS5G5G/G(H$PPPPP3}---CDJ #;s4yy(94AAAAA##v&&&TcT
T1Ic{DQQQQQ72;&&((*M%tS$7999"#2#,T3K$dKKKKK72;&&
K !>q	JJJICii";//55dC@@KL
(--a00
s#'-$cCdC<<!%eCi$u+wx''^^%#FE4tDDDDDD&&!||'E4tDDDDDD'dDIIIIII^^#GUD$EEEEEEm++&wu~66G&}}T377H&ll1oo $U3Y'tdC[$OOOOOO$(%="&uvv,#'..BQBi=00BQBi=00RyD(($(%=#+7;;w+?+?,A+2;;uQx+@+@,A+2;;uQx+@+@#B#B-1L!#''tT4HHHHHH))++	A#D%tTBBBBBB__ !II%'' A
 E)) A
#BtT4@@@@@@
DI #;s1u
t=====q]Ciic_DeYr]&009J9J9U9UVY9Z9Z0dQhI%?$(CPYNN]^L^A_acddddd!""+>>T1Iay"======
IrD!9tQi
<
<<<<<<sAAAc"t|dS)zTokenize a source reading Python code as unicode strings.

    This has the same API as tokenize(), except that it expects the *readline*
    callable to return str objects instead of bytes.
    N)rrs rr
r
hsXt$$$rcn
ddl}d
d
fd	}|d}|dddd	
|ddd
dd|}	|jrQ|j}t|d5}t
t|j}dddn#1swxYwYn!d}ttjjd}|D]Q}|j}|j
r|j}d|j|jzz}	t#|	dt$|d|jdRdS#t($r=}
|
jddd\}}||
jd|||fYd}
~
dSd}
~
wt,$r5}
|
jd\}}||
jd|||fYd}
~
dSd}
~
wt.$r}
||
|Yd}
~
dSd}
~
wt0$r}
||
Yd}
~
dSd}
~
wt2$rt#dYdSt4$r}

d|
zd}
~
wwxYw)Nrctj|tjddS)Nr)sysstderrwrite)messages rperrorzmain.<locals>.perrorts4
!!!
rc|r|f|z|fz}d|zn!|r|d|nd|ztjddS)Nz%s:%d:%d: error: %sz	: error: z	error: %srZ)rexit)rrlocationargsrs    rerrorzmain.<locals>.errorxs	*;)WJ6DF(4/0000
	*Fhhh89999F;()))rzpython -m tokenize)progrr/zfilename.pyz'the file to tokenize; defaults to stdin)destnargsmetavarhelpz-ez--exactexact
store_truez(display token names using the exact type)ractionrrz<stdin>z%d,%d-%d,%d:2015rZrzinterrupted
zunexpected error: %s)NN)argparseArgumentParseradd_argument
parse_argsrrlistr	rrrstdinrrrrfrprintrrrrrRrOSErrorKeyboardInterrupt	Exception)r
rparserrrr5r[r~
token_typetoken_rangeerrrrrs             @rmainrpslOOO
$
$*>
$
?
?F
Zs -FHHHiglGIIID =	9}Hx..
4!hqz2233
4
4
4
4
4
4
4
4
4
4
4
4
4
4
4!Hsy1488F	E	EEJz
."-
(EK%),CDK;; 4 4 4elllD
E
E
E
E	E	E555x{1Q3'f
chqk8dF^444444444555x{f
chqk8dF^444444444
c8
c









o%+,,,
ss-D<"B9-D<9B==D<B=A9D<<
H42E>>
H4*F;;
H4G
H4'G88H4	H4 H//H4c#Kddl}||D]%}|\}}}}}}}	t||||f||f|	V&dS)zWTokenize a source reading Python code as unicode strings using the internal C tokenizerrN)r
TokenizerIterr
)
sourcec_tokenizerinforrlineno
end_linenocol_offend_col_offrs
          r!_generate_tokens_from_c_tokenizerr"s{####))&11WWDHAT6:wTcFG#4z;6OQUVVVVVVWWr__main__)V__doc__
__author____credits__builtinsrrcodecsrrcollections	functoolsior	itertoolsr>rHrr~rrIASCIIrr__all__
namedtupler
r*r-r0
WhitespaceCommentIgnoreName	Hexnumber	Binnumber	Octnumber	Decnumber	IntnumberExponent
PointfloatExpfloatFloatnumber
ImagnumberNumberrF	lru_cacherLStringPrefixSingleDoubleSingle3Double3TripleStringmapescapesortedSpecialFunny
PlainTokenTokenContStrPseudoExtrasrr_prefixsetrrrEr4rArrrRrVrXrrrr	rr
rr"rr"rr<module>rRs,*
+*****########				



######BJ@"(KK	2:0"(;;
-6666	&&{4PQQ:99///111

	cc*z122	2UU7^^	C
&		 	.	E)Y	9==	(
U?)++-2U8__=
(*eJ))
U+[7-B
C
C
	z;		2	2


(((
u**,,-
$	#
2
2	|e#\E%9	:	:	|====
?
?%RY'8$ G G GHH
I
h  
U65&$
/
/
%==c:&&'==c:&&'((u]GV4455vugtLLL

##%%''G#GGcM#GGcM&GGeO&GGeO

				A#gq3w
!%iU
#!q
!!!!!!!!%%%%%Y%%%\ \ \ \ \ \ \ \ ~6			Z$Z$Z$z


 0002t=t=t=n%%%;;;zWWWzDFFFFFr