python (3.12.0)

(root)/
lib/
python3.12/
__pycache__/
traceback.cpython-312.pyc

ˑedZddlZddlZddlZddlZddlZddlmZgdZ	d7dZ
dZd8dZd7dZ
d7d	Zd
ZdZGdd
ZeZdZeedddfdZeeddfdZefdZdZefdZd9dZd:dZd9dZd;dZd8dZd8dZdZ GddZ!dZ"dZ#d Z$d!Z%d"Z&Gd#d$e'Z(d%Z)ejTd&gd'd(d)g*Z+d+Z,Gd,d-Z-Gd.d/Z.d0Z/d1Z0d2Z1d3Z2d4Z3d5Z4d6Z5y)<z@Extract, format and print information about Python stack traces.N)suppress)
extract_stack
extract_tbformat_exceptionformat_exception_onlyformat_listformat_stack	format_tb	print_exc
format_excprint_exception
print_lastprint_stackprint_tbclear_framesFrameSummaryStackSummaryTracebackException
walk_stackwalk_tbc|tj}tj|j	D]}t||dy)zyPrint the list of tuples as returned by extract_tb() or
    extract_stack() as a formatted stack trace to the given file.Nfileend)sysstderrr	from_listformatprint)extracted_listritems   =/BuggyBox/python/3.12.0/bootstrap/lib/python3.12/traceback.py
print_listr$sA|zz&&~6==?'
d2&'cHtj|jS)aFormat a list of tuples or FrameSummary objects for printing.

    Given a list of tuples or FrameSummary objects as returned by
    extract_tb() or extract_stack(), return a list of strings ready
    for printing.

    Each string in the resulting list corresponds to the item with the
    same index in the argument list.  Each string ends in a newline;
    the strings may contain internal newlines as well, for those items
    whose source text line is not None.
    )rrr)r!s r#rrs!!.188::r%c4tt|||y)aPrint up to 'limit' stack trace entries from the traceback 'tb'.

    If 'limit' is omitted or None, all entries are printed.  If 'file'
    is omitted or None, the output goes to sys.stderr; otherwise
    'file' should be an open file or file-like object with a write()
    method.
    limitrN)r$r)tbr)rs   r#rr/sz"E*6r%c8t||jS)z5A shorthand for 'format_list(extract_tb(tb, limit))'.r()rrr+r)s  r#r
r
9sb&--//r%cBtjt||S)a#
    Return a StackSummary object representing a list of
    pre-processed entries from traceback.

    This is useful for alternate formatting of stack traces.  If
    'limit' is omitted or None, all entries are extracted.  A
    pre-processed stack trace entry is a FrameSummary object
    containing attributes filename, lineno, name, and line
    representing the information that is usually printed for a stack
    trace.  The line is a string with leading and trailing
    whitespace stripped; if the source is not available it is None.
    r()r _extract_from_extended_frame_gen_walk_tb_with_full_positionsr-s  r#rr=s&88$R(977r%zG
The above exception was the direct cause of the following exception:

zF
During handling of the above exception, another exception occurred:

ceZdZdZy)	_Sentinelcy)Nz
<implicit>selfs r#__repr__z_Sentinel.__repr__[sr%N)__name__
__module____qualname__r7r4r%r#r2r2Zsr%r2c|tu|tuk7rtd||cxurturIn||fS|@t|tr||jfStdt
|jdy||fS)Nz-Both or neither of value and tb must be givenzException expected for value, z foundNN)	_sentinel
ValueError
isinstance
BaseException
__traceback__	TypeErrortyper8)excvaluer+s   r#_parse_value_tbrF`s
i0HIIi"9?#}-C----<#Cy112&:;
;"9r%Tc|t|||\}}tt||||d}|j||y)aPrint exception up to 'limit' stack trace entries from 'tb' to 'file'.

    This differs from print_tb() in the following ways: (1) if
    traceback is not None, it prints a header "Traceback (most recent
    call last):"; (2) it prints the exception type and value after the
    stack trace; (3) if type is SyntaxError and value has the
    appropriate format, it prints the line where the syntax error
    occurred with a caret on the next line indicating the approximate
    position of the error.
    Tr)compactrchainN)rFrrCr )rDrEr+r)rrKtes       r#r
r
os< UB/IE2	DK%	NBHH$eH$r%ct|||\}}tt||||d}t|j	|S)azFormat a stack trace and the exception information.

    The arguments have the same meaning as the corresponding arguments
    to print_exception().  The return value is a list of strings, each
    ending in a newline and some containing internal newlines.  When
    these lines are concatenated and printed, exactly the same text is
    printed as does print_exception().
    TrHrK)rFrrClistr)rDrEr+r)rKrLs      r#rrsB UB/IE2	DK%	NB			&''r%cx|tur|}tt||dd}t|j	S)aFormat the exception part of a traceback.

    The return value is a list of strings, each ending in a newline.

    Normally, the list contains a single string; however, for
    SyntaxError exceptions, it contains several lines that (when
    printed) display detailed information about where the syntax
    error occurred.

    The message indicating which exception occurred is always the last
    string in the list.

    NT)rI)r=rrCrOr)rDrErLs   r#rrs9
		DKd	CB((*++r%cDt|d}||sd|z}|S|d|d}|S)N	exceptionz%s
z: 
)_safe_string)etyperEvaluestrlines    r#_format_final_exc_linerXs6E;/H}H~K#H-Kr%cH	||S#d|d|jdcYSxYw)N< z
() failed>)r8)rEwhatfuncs   r#rTrTs14E{44&$--
33s
!cFttj|||y)zEShorthand for 'print_exception(sys.exception(), limit, file, chain)'.r)rrKN)r
rrRr_s   r#rrsCMMO5t5Ir%c`djttj||S)z%Like print_exc() but return a string.rr)rK)joinrrrRras  r#rrs!
77#CMMO5NOOr%c(ttdsttdstdttdrttj|||yttj
tjtj|||y)zLThis is a shorthand for 'print_exception(sys.last_exc, limit, file, chain)'.last_exc	last_typezno last exceptionN)hasattrrr>r
rdre
last_valuelast_tracebackr_s   r#rrs`3
#GC,E,--sJeT59

s~~s7I7ItU	,r%ct|tjj}tt	|||y)zPrint a stack trace from its invocation point.

    The optional 'f' argument can be used to specify an alternate
    stack frame at which to start. The optional 'limit' and 'file'
    arguments have the same meaning as for print_exception().
    Nr(r*)r	_getframef_backr$r)fr)rs   r#rrs+	yMMO""}Qe,48r%cn|tjj}tt	||S)z5Shorthand for 'format_list(extract_stack(f, limit))'.r()rrjrkrr)rlr)s  r#r	r	s*yMMO""}Qe455r%c|tjj}tj	t||}|j
|S)asExtract the raw traceback from the current stack frame.

    The return value has the same format as for extract_tb().  The
    optional 'f' and 'limit' arguments have the same meaning as for
    print_stack().  Each item in the list is a quadruple (filename,
    line number, function name, text), and the entries are in order
    from oldest to newest stack frame.
    r()rrjrkrextractrreverse)rlr)stacks   r#rrsA	yMMO""  Ae <E	MMOLr%c||+	|jj|j}|*yy#t$rYwxYw)zEClear all references to local variables in the frames of a traceback.N)tb_frameclearRuntimeErrortb_nextr+s r#rrsB
.	KKZZ

.		s/	;;cheZdZdZdZddddddddZdZdZd	Zd
Z	dZ
edZed
Z
y)ra>Information about a single frame from a traceback.

    - :attr:`filename` The filename for the frame.
    - :attr:`lineno` The line within filename for the frame that was
      active when the frame was captured.
    - :attr:`name` The name of the function or method that was executing
      when the frame was captured.
    - :attr:`line` The text from the linecache module for the
      of code that was running when the frame was captured.
    - :attr:`locals` Either None if locals were not supplied, or a dict
      mapping the name to the repr() of the variable.
    )filenamelineno
end_linenocolno	end_colnoname_linelocalsTN)lookup_linerrWr{r|r}c
||_||_||_||_|r|j|r4|jD
cic]\}
}|
t
|dtc}}
nd|_||_	||_
|	|_ycc}}
w)aConstruct a FrameSummary.

        :param lookup_line: If True, `linecache` is consulted for the source
            code line. Otherwise, the line will be looked up when first needed.
        :param locals: If supplied the frame locals, which will be captured as
            object representations.
        :param line: If provided, use this instead of looking up the line in
            the linecache.
        localr]N)ryrzr~rrWitemsrTreprrr{r|r})r6ryrzr~rrrWr{r|r}kvs            r#__init__zFrameSummary.__init__s~!
	
II+1(1,q'==(7;	
$
"	(sA>ct|trj|j|jk(xrO|j|jk(xr4|j|jk(xr|j
|j
k(St|tr1|j|j|j|jf|k(StSN)	r?rryrzr~rtuplerWNotImplementedr6others  r#__eq__zFrameSummary.__eq__$se\*MMU^^30KK5<</0II+0KK5<</
1eU#MM4;;		499ENNr%cd|j|j|j|jf|Sr)ryrzr~rW)r6poss  r#__getitem__zFrameSummary.__getitem__.s&

t{{DIItyyA#FFr%cpt|j|j|j|jgSr)iterryrzr~rWr5s r#__iter__zFrameSummary.__iter__1s&T]]DKKDIIFGGr%cfdj|j|j|jS)Nz7<FrameSummary file {filename}, line {lineno} in {name}>)ryrzr~)rryrzr~r5s r#r7zFrameSummary.__repr__4s0HOO]]4;;TYYPH	Hr%cy)Nr4r5s r#__len__zFrameSummary.__len__8sr%c2|j|jSr)rWrr5s r#_original_linezFrameSummary._original_line;s	
		zzr%c|j<|jytj|j|j|_|jjSr)rrz	linecachegetlinerystripr5s r#rWzFrameSummary.lineAsH::{{""**4==$++FDJzz!!r%)r8r9r:__doc__	__slots__rrrrr7rpropertyrrWr4r%r#rrsi,I?Cd44#0GHH
""r%rc#K|<tjjjjj}| ||jf|j}|yyw)zWalk a stack yielding the frame and line number for each frame.

    This will follow f.f_back from the given frame. If no frame is given, the
    current stack is used. Usually used with StackSummary.extract.
    N)rrjrkf_lineno)rls r#rrJsS	yMMO""))0077
-m
HH-sAA$"A$c#dK|*|j|jf|j}|)yyw)zWalk a traceback yielding the frame and line number for each frame.

    This will follow tb.tb_next (and thus is in the opposite order to
    walk_stack). Usually used with StackSummary.extract.
    N)rs	tb_linenorvrws r#rrWs0
.kk2<<''
ZZ
.s+00c#K|qt|jj|j}|d"|j|jf|ddzfn|j|f|j
}|pyywNr)_get_code_positionrsf_codetb_lastirrv)r+	positionss  r#r0r0bss
.&r{{'9'92;;G	Q<++/)AB-???++y((
ZZ
.sA2A75A7ct|dkry|j}ttj||dzdS)Nr)NNNN)co_positionsnext	itertoolsislice)codeinstruction_index
positions_gens   r#rrps;1'%%'M	  0AQ0FMNNr%c`eZdZdZedddddZedddddZedZd	Zd
Z	y)rz?A list of FrameSummary objects, representing a stack of frames.NTFr)lookup_linescapture_localscBfd}|j||||S)aWCreate a StackSummary from a traceback or stack object.

        :param frame_gen: A generator that yields (frame, lineno) tuples
            whose summaries are to be included in the stack.
        :param limit: None to include all frames or the number of frames to
            include.
        :param lookup_lines: If True, lookup lines for each frame immediately,
            otherwise lookup is deferred until the frame is rendered.
        :param capture_locals: If True, the local variables from each frame will
            be captured as object representations into the FrameSummary.
        c36KD]\}}||dddffywrr4)rlrz	frame_gens  r#extended_frame_genz0StackSummary.extract.<locals>.extended_frame_gens.&
4	6&$d333
4sr)r/)klassrr)rrrs `    r#rozStackSummary.extract|s/	455 L)6+	+r%c
\|ttdd}||dkrd}|4|dk\rtj||}nt	j
||}|}t
}|D]\}\}}	}
}|j}|j}
|j}|j|
tj|
|j|r
|j}nd}|jt!|
||d||	|
||D]}
tj"|
|r|D]}|j$|S)Ntracebacklimitr)maxlenF)rrr{r|r})getattrrrrcollectionsdequesetrco_filenameco_nameaddr	lazycache	f_globalsf_localsappendr
checkcacherW)rrr)rrresultfnamesrlrzr{r|r}coryr~rs                r#r/z-StackSummary._extract_from_extended_frame_gens;=C!148E UQYz%,,Y>	'--iG	9B	J5A5
E9B~~H::DJJx !++6::MM,&$E(%UiI
J	J	+H  *	+


r%c	t}|D]I}t|tr|j|%|\}}}}|jt||||K|S)z
        Create a StackSummary object from a supplied list of
        FrameSummary objects or old-style list of tuples.
        rW)rr?rr)ra_listrframeryrzr~rWs        r#rzStackSummary.from_lists^	OE%.

e$/4,&$

l8VTMN	O
r%cg}|jdj|j|j|j|j
rD|j
j
}|jdj|t|j}t|j
j}||z
}|j|jt|j|jdz}t|j|jdz}d}	|j|jk(r7tt5t!|j|dz
|dz
}	dddn|t|z}||z
t|ks|	r|	j"|	j$z
dkDr|jd|jd||z
z|	r|j|	j&|	j$z|j|	j(|	j"|	j$z
z|j|	j&||z
|	j"z
zn|jd||z
z|jd	|j*rMt-|j*j/D]'\}
}|jd
j|
|)dj1|S#1swYxYw)
zFormat the lines for a single FrameSummary.

        Returns a string representing one frame involved in the stack. This
        gets called for every frame to be printed in the stack summary.
        z  File "{}", line {}, in {}
    {}
Nrrz    r[^rSz    {name} = {value}
)r~rEr)rrryrzr~rWrlenrlstripr|r} _byte_offset_to_character_offsetr{r	Exception(_extract_caret_anchors_from_line_segmentright_start_offsetleft_end_offsetprimary_charsecondary_charrsortedrrb)r6
frame_summaryrow
stripped_line
orig_line_lenframe_line_lenstripped_charactersstart_offset
end_offsetanchorsr~rEs            r#format_frame_summaryz!StackSummary.format_frame_summarys

299""M$8$8-:L:LN	O)..446MJJz((78
 < <=M !3!3!:!:!<=N"/."@##/!++7?!00-2E2E GIJ K=!00-2I2IKMNO
 ''=+C+CC!),"J)889I*WX.Y#
"5s=7I!IJ,s=/AAG$>$>AXAX$X[\$\JJv&JJsl5H&HIJ

7#7#77;R;R#ST

7#9#9W=W=WZaZqZq=q#rs

7#7#7:;TW^WqWq;q#rs

3*|*C#DEJJt$%m&:&:&@&@&BC
Te

3::E:RS
Twws|5sK>>Lcg}d}d}d}d}|D]}|j|}||1||jk7s"| ||jk7s|||jk7rW|tkDr(|tz}|jd|d|dkDrdndd|j}|j}|j}d}|dz
}|tkDr|j||tkDr(|tz}|jd|d|dkDrdndd|S)	aFormat the stack ready for printing.

        Returns a list of strings ready for printing.  Each string in the
        resulting list corresponds to a single frame from the stack.
        Each string ends in a newline; the strings may contain internal
        newlines as well, for those items with source text lines.

        For long sequences of the same frame and line, the first few
        repetitions are shown, followed by a summary line stating the exact
        number of further repetitions.
        Nrz  [Previous line repeated z
 more timersrz]
)rryrzr~_RECURSIVE_CUTOFFr)r6r	last_file	last_line	last_namecountrformatted_frames        r#rzStackSummary.formatsR			!	+M"77
FO&!Y-2H2H%H!Y-2F2F%F!Y-2D2D%D,,..EMM4UG<&+aisR8=*22	)00	)..	QJE((MM/*)	+,$$&&EMM,UG4#aisR05

r%)
r8r9r:rclassmethodror/rrrr4r%r#rrys[I+/d ++*DHe''R$5n-r%rcb|jd}t|d|jddS)Nzutf-8replace)errors)encoderdecode)stroffsetas_utf8s   r#rr6s2jj!Gww&&wy&ABBr%_Anchors)rrrr~r)defaultsctddl}	|j}t|jdk7ryfd}|jd}||j
dxS\}|x|jdx!\||jj}||jj}||}t|t|jz
}	|jj|	z}
|
dz}|	dzt|kr||	dzjs|dz
}|
tkrL|
x}js|dvr3|
dz
}
|dz
}|
tkr|
x}jr.|dvr3t||
||S|jdx
\||jj}
||j jdz}|
tkrI|
x}js|dk7r/|
dz
}
|
tkr|
x}jr)|dk7r/|tkrI|x}js|dk7r/|dz
}|tkr|x}jr)|dk7r/|tkr|dz
}t|
|Syy#t$rYywxYw)Nrrct|Sr)r)rsegments r#<lambda>z:_extract_caret_anchors_from_line_segment.<locals>.<lambda>Qs?Pr%r4z)#[])astparseSyntaxErrorrbodyExprBinOpleftend_col_offsetright
col_offsetrisspacer	SubscriptrEslice)
rr	tree	normalize	statementexproperator_startoperator_endoperator_stroperator_offsetleft_anchorright_anchorchs
`            r#rrFsyy!499~PI		!I

XX^ SYY[%.tyy/G/G%HN#,TZZ-B-B#CL#*>,#GL&),&7#l>Q>Q>S:T&TO"&))":":_"LK#.?L'!+c,.?? ,_q-@ A I I K$)%G4AU;U2:^:^:`dfjndn#q($)&G4AU;U2:^:^:`dfjndn$Ik$:Il<STT#!$]]_"+DJJ,E,E"FK#,TZZ-F-F-J#KL%G4AU;U2:^:^:`dfjmdm#q(&G4AU;U2:^:^:`dfjmdm&W5',BW<WB;`;`;bfhlofo$)'W5',BW<WB;`;`;bfhlofo#c'l2$)#K>>%?>QsJ++	J76J7c eZdZdZdZddZy)_ExceptionPrintContextc>t|_d|_d|_y)NrF)rseenexception_group_depth
need_closer5s r#rz_ExceptionPrintContext.__init__wsE	%&"r%c&dd|jzzS)Nr[r)r%r5s r#indentz_ExceptionPrintContext.indent|sa$44455r%Nc#K|d}|j}|jr||dzz
}t|trt	j||dy|D]}t	j||dyw)N|r[cyNTr4rs r#rz-_ExceptionPrintContext.emit.<locals>.<lambda>r%cyr,r4rs r#rz-_ExceptionPrintContext.emit.<locals>.<lambda>r-r%)r(r%r?rtextwrap)r6text_genmargin_char
indent_strtexts     r#emitz_ExceptionPrintContext.emitswK[[]
%%+++Jh$//(J8IJJ 
KoodJ8IJJ
KsA6A8r)r8r9r:rr(r4r4r%r#r"r"vs 
6Kr%r"creZdZdZdddddddddZed	Zd
ZdZdZ	d
Z
dZddddZddddZ
y)raAn exception ready for rendering.

    The traceback module captures enough attributes from the original exception
    to this intermediary form to ensure that no references are held, while
    still being able to fully print or format it.

    max_group_width and max_group_depth control the formatting of exception
    groups. The depth refers to the nesting level of the group, and the width
    refers to the size of a single exception group's exceptions array. The
    formatted output is truncated when either limit is exceeded.

    Use `from_exception` to create TracebackException instances from exception
    objects, or the constructor to create TracebackException instances from
    individual components.

    - :attr:`__cause__` A TracebackException of the original *__cause__*.
    - :attr:`__context__` A TracebackException of the original *__context__*.
    - :attr:`exceptions` For exception groups - a list of TracebackException
      instances for the nested *exceptions*.  ``None`` for other exceptions.
    - :attr:`__suppress_context__` The *__suppress_context__* value from the
      original exception.
    - :attr:`stack` A `StackSummary` representing the traceback.
    - :attr:`exc_type` The class of the original traceback.
    - :attr:`filename` For syntax errors - the filename where the error
      occurred.
    - :attr:`lineno` For syntax errors - the linenumber where the error
      occurred.
    - :attr:`end_lineno` For syntax errors - the end linenumber where the error
      occurred. Can be `None` if not present.
    - :attr:`text` For syntax errors - the text where the error
      occurred.
    - :attr:`offset` For syntax errors - the offset into the text where the
      error occurred.
    - :attr:`end_offset` For syntax errors - the end offset into the text where
      the error occurred. Can be `None` if not present.
    - :attr:`msg` For syntax errors - the compiler error message.
    NTF
)r)rrrImax_group_widthmax_group_depth_seenc	|
du}|

t}
|
jt|||_|	|_t
j
t|||||_||_	t|d|_t|dd|_
|rt|tr|j |_|j"}|t%|nd|_|j&}
|
t%|
nd|_|j(|_|j*|_|j,|_|j.|_n|rSt|t0rCt|dd6t|dd}t3|||}|r|xjd|dz
c_n|rt|t4t6frt|ddt|dd}t3|||}|r|xjd|dz
c_t|t4rVt|dd}|G|t8j:vr5|r|xjd|d	z
c_n|xjd
|d	z
c_|r|j=||j>nd|_|s||fg}|r
|jA\}}|ri|jB]t|jB|
vrFtEtG|jB|jB|jBjH|||||	|
	}nd}|r|duxr|duxr
|j>}nd
}|rk|jJ_|r]t|jJ|
vrFtEtG|jJ|jJ|jJjH|||||	|
	}nd}|r\tM|tNrLg}|jPD]:}tEtG|||jH|||||	|
	}|jS|<nd}||_!||_%||_(|r'|jS|jB|jBf|r'|jS|jJ|jJf|r/|jUtW|jP|jP|r	yyy)NrrR	__notes__	name_fromz. Did you mean: 'z'?r~z Or did you forget to import ''z. Did you forget to import 'F)r)rrr8r9r:T),rridr8r9rr/r0rqexc_typerT_strrr<
issubclassrryrzrr{r3rrmsgImportError_compute_suggestion_error	NameErrorAttributeErrorrstdlib_module_names_load_lines__suppress_context__pop	__cause__rrCrA__context__r?BaseExceptionGroup
exceptionsrextendzip)r6r@	exc_value
exc_tracebackr)rrrIr8r9r:is_recursive_calllnoend_lno
wrong_name
suggestionqueuerLecauseneed_contextcontextrOrDtexcs                         r#rzTracebackException.__init__s6"-=EE
		"Y- ..!BB(7l)C+
!
!K8	 K>
8[9%..DM""C&)o#c(4DK**G.5.Ac'ltDO!DI#**DK'22DO }}DH
*X{;	;5A K>J29mZXJ		0B??	
*X	>/JK	640< FD9J29mZXJ		0B??	(I.$Y=
)jC<S<S.S!		'Ej\QR%SS			'CJ<q%QQ	.7.CI**	
!
!I&'E		A!++11;;u4.Q[[)11#%1'5(7(7#	%E!E$)TM%?$%TM%?()(>(>$>!$(L!--3$AMM):%)G0Q]]+



33#%1'5(7(7#	%G#GA'9:!#J ||01 I--"')5+9,;,;"'	 )#))$/0"&J$!( *
LL",,!<=LL"..!--!@ALLR]]ALL!AB!r%cD|t|||jg|i|S)z.Create a TracebackException from an exception.)rCrA)clsrDargskwargss    r#from_exceptionz!TracebackException.from_exception5s'49c3#4#4FtFvFFr%c>|jD]}|jy)z7Private API. force all lines in the stack to be loaded.N)rqrW)r6rs  r#rIzTracebackException._load_lines:sZZ	EJJ	r%c`t|tr|j|jk(StSr)r?r__dict__rrs  r#rzTracebackException.__eq__?s&e/0==ENN22r%c|jSr)rAr5s r#__str__zTracebackException.__str__Dsyyr%c#4K|jtd|jy|jj}|jj}|dvrt|tsd}|dz|z}t|jtst||jn|j|Ed{t|jtjjrht|jttfsH|jD]8}t|d}|j!dDcgc]}|dz	c}Ed{:y|j.dj#t|jdt$	yy7cc}w7Iw)
aFormat the exception part of the traceback.

        The return value is a generator of strings, each ending in a newline.

        Normally, the generator emits a single string; however, for
        SyntaxError exceptions, it emits several lines that (when
        printed) display detailed information about where the syntax
        error occurred.

        The message indicating which exception occurred is always the last
        string in the output.
        N)__main__builtinsz	<unknown>.noterSz{}
r<r)r@rXrAr:r9r?rrBr_format_syntax_errorr<rabcSequencebytesrTsplitrr)r6stypesmodrmls     r#rz(TracebackException.format_exception_onlyGsF== (tyy99

**}}''//dC("3J&E$--5(		::00777
t~~{'?'?@t~~U|<
@#D&1.2jj.>?AH???
@^^
'--T^^[t TUU(
8@?s2B7F9F:BF:FFF
AFFc#Kd}|j-dj|jxsd|jn'|jdj|j}|j}||j	d}|jd}t
|t
|z
}dj||j|j}|jd	vr|jn|}||k(s|d
k(r|dz}|dz
|z
}	|dz
|z
}
|	dk\r8d
|d|	D}djdj|d|
|	z
zdz|jxsd}dj|||yw)z0Format SyntaxError exceptions (internal helper).rNz  File "{}", line {}
z<string>z ({})rSz 
r>Nrrrc3DK|]}|jr|ndyw)r[N)r).0cs  r#	<genexpr>z:TracebackException._format_syntax_error.<locals>.<genexpr>s!U!		1#<!Us z    {}{}rz<no detail available>z	{}: {}{}
)rzrryr3rstriprrrrrbrC)
r6rsfilename_suffixr3rtextltextspacesrrr|r}
caretspacerCs
             r#rnz'TracebackException._format_syntax_errornsp;;"*11

+T[[:
:
]]
&%nnT]];OyyKK%ELL)EZ#e*,F##E**{{&04y0PT__V\
Z':+;!'!J
V+&NV3	A:!UuVe}!UJ$++BGGJ,?#UZIZB[^bBbddhh11!!%o>>sE3E5rK_ctxc	#K|
t}g}|}|ri|rz|jt}|j}n/|j|jst
}|j}nd}d}|j
||f|}|rfn|j
d|ft|D]\}}||j|Ed{|j~|jrJ|jdEd{|j|jjEd{|j|jEd{|j|jkDr(|jd|jdEd{|jdk(}|r|xjdz
c_
|jrP|jd|rdnd	Ed{|j|jjEd{|j|jEd{t|j}	|	|j kr|	}
n|j dz}
d
|_t%|
D]}||
dz
k(}|rd|_|j ||j k\}
nd
}
|
s|dznd}|j'|dk(rd
ndzd|dz|xjdz
c_
|
s)|j|j||Ed{n8|	|j z
}|dkDrdnd}|jd|d|dEd{|r(|j"r|j'dzd
|_|xjdzc_
|s|jdk(sJd|_
y7777{7=77777w)aFormat the exception.

        If chain is not *True*, *__cause__* and *__context__* will not be formatted.

        The return value is a generator of strings, each ending in a newline and
        some containing internal newlines. `print_exception` is a wrapper around
        this method which just prints the lines to a file.

        The message indicating which exception occurred is always the last
        string in the output.
        Nz#Traceback (most recent call last):
z... (max_group_depth is z)
rrz3Exception Group Traceback (most recent call last):
+)r1FTz...z+-z  z+---------------- z ----------------
rrrzand z more exceptionrSz&+------------------------------------
)r"rL_cause_messagerMrJ_context_messagerreversedr4rOrqrrr%r9rr8r&ranger()r6rKroutputrDchained_msgchained_excrCis_toplevelnum_excsnird	truncatedtitle	remainingplurals                 r#rzTracebackException.formats<)+D==,"0K"%--Koo222"2K"%//K"&K"&K

{C01!
MM4+& (>	3HC99S>))~~%99#yy)OPPP#yy)9)9);<<<99S%>%>%@AAA++d.B.BB99.t/C/C.DCHJJJ $99Q>..!3.99#yyN-8cd ) DDD $yy)9)9);<<<99S%>%>%@AAAs~~.t333 A,,q0A"'q4A !QqSH*.++7%&$*>*>%>	$)	,5qse5E;;=$%qDDd4/w6IJKL..!3.$#&>>!#4#;#;%d#;#SSS$,t/C/C$C	(1A
2#'99"9+_VHBG$III DOO#{{}H IJ*/..!3.74:55::12D.}>	3)Q<AJD=A.TIsA:O=<O9N4:0O*N7+0ON:&ON=AOOAOO0OO&O-O	.C&OO8O
OAOO7O:O=OOOO	OOOrJcr|tj}|j|D]}t||dy)z7Print the result of self.format(chain=chain) to 'file'.NrNrr)rrrr )r6rrKrWs    r#r zTracebackException.prints6<::DKKeK,	+D$Tr*	+r%)r8r9r:rrrrcrIrrhrrnrr r4r%r#rrsq$LEIeU$CBGG

%VN"?H#b3J!+r%ri(rrch||k(ry|j|jk(rtStS)Nr)lower
_CASE_COST
_MOVE_COST)ch_ach_bs  r#_substitution_costrs,t|zz|tzz|#r%c|t|tsyt|tr|j}	t	|}nt|tr"	t|j}t	|}nt|tsJ|y|j|j}|j|j}t|jt|jzt|jz}d|jvr |jd}t!||rd|St#|t$kDryt#|}|t&kDry|}	d}
|D]Q}||k(r	t#||zdzt(zdz}t+||	dz
}t-|||}
|
|kDrF|
r|
|	ksN|}
|
}	S|
S#t
$rYywxYw#t
$rYywxYw)Nr6zself.rr)r?rrGobjdirrrD
__import__r~rFrvrsrOrr
f_builtinsrfr_MAX_CANDIDATE_ITEMS_MAX_STRING_SIZErmin_levenshtein_distance)rRr+rWrdmodrr6wrong_name_len
best_distancerX
possible_namemax_distancecurrent_distances              r#rErE
sJ!<)^,mm	CA
I{	+	Y^^,CCA)Y//
:jj$Bjj$ 5??#
$5##$
%	
U^^#>>&)DtZ(zl++1v$$_N(("MJ
-
J&M*^;a?:MQRR<):;0]LYl*-
=&J,M
-i				s#F( F7(	F43F47	GGc	
||k(ryd}||dr+||dr&||||k(r|dz
}||dr||dr||||k(r||d}||d}d}|d|xsdrC|d|xsdr:||dz
||dz
k(r)|dz}|d|xsdr|d|xsdr||dz
||dz
k(r)|d|xsd}|d|xsd}|r|stt|t|zzSt|tkDst|tkDr|dzSt|t|kr||}}t|t|z
tz|kDr|dzStt	ttt|dzzt}d}t	t|D]}||}|tzx}	}t
j}
t	t|D]E}|	t|||z}||}	t||	tz}
t|
|}|||<||
ksD|}
G|
|kDs|dzcS|Sr)	rrrrOrrmaxsizerr)abmax_costprepostrrbindexbchardistanceminimumindex
substitute
insert_deletes              r#rrKso	AvC
CD'ag!C&AcF"2qCD'ag!C&AcF"2	#$A	#$AD
MT\T
q$,$/Ad1fI464J	MT\T
q$,$/Ad1fI464J	-4<4A	-4<4AASVc!f_--
1v  CF-=$=!|1vA!1	AQ:%0!|
uZs1vz!:JG
HC
FA- &	"Z//6++3q6]
	!E!$6uah$GGJ5zH 1J>M
3F CJ 
	!Xa<) *Mr%rr<)NNTr,)NNN)6rcollections.abcrrrrr/
contextlibr__all__r$rrr
rrrr2r=rFr
rrrXrrTrrrrr	rrrrrr0rrrOrr
namedtuplerrr"rrrrrrrErr4r%r#<module>rssF
$';$707*&
&

K	#,	T%"$-$()2,,$'4JP	, 	96
 L"L"^
Oz4zzC
";!!3Z	-`KK.o+o+d



;|:r%