Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 3.137.176.125
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : trace.cpython-32.pyc
l
��bc@sdZddgZddlZddlZddlZddlZddlZddlZddlZddl	Z	ddl
Z
ddlZddlZddl
Z
ddlmZyddlZWn$ek
r�ejZd�ZYnXd�Zd�Zd	�Zd
Zejd�ZGd�d
�Zd�Zd�ZGd�d�Zd�Zd�Zdd�Z!d�Z"Gd�d�Z#d�Z$dd�Z%d�Z&Gd�de�Z'd�Z(d�Z)d�Z*d�Z+dd�Z,d �Z-e.d!kre%�ndS("u�program/module to trace Python program or function execution

Sample use, command line:
  trace.py -c -f counts --ignore-dir '$prefix' spam.py eggs
  trace.py -t --ignore-dir '$prefix' spam.py eggs
  trace.py --trackcalls spam.py eggs

Sample use, programmatically
  import sys

  # create a Trace object, telling it what to ignore, and whether to
  # do tracing or line-counting or both.
  tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,], trace=0,
                    count=1)
  # run the new command using the given tracer
  tracer.run('main()')
  # make a report, placing output in /tmp
  r = tracer.results()
  r.write_results(show_missing=True, coverdir="/tmp")
uTraceuCoverageResultsiN(uwarncCstjd�dS(N(usysusettraceuNone(((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_unsettraceFscCstj|�tj|�dS(N(u	threadingusettraceusys(ufunc((u,/usr/local/python-3.2/lib/python3.2/trace.pyu	_settraceIs
cCstjd�tjd�dS(N(usysusettraceuNoneu	threading(((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_unsettraceMs
cCs|jdtjd�dS(Nu	Usage: %s [OPTIONS] <file> [ARGS]

Meta-options:
--help                Display this help then exit.
--version             Output version information then exit.

Otherwise, exactly one of the following three options must be given:
-t, --trace           Print each line to sys.stdout before it is executed.
-c, --count           Count the number of times each line is executed
                      and write the counts to <module>.cover for each
                      module executed, in the module's directory.
                      See also `--coverdir', `--file', `--no-report' below.
-l, --listfuncs       Keep track of which functions are executed at least
                      once and write the results to sys.stdout after the
                      program exits.
-T, --trackcalls      Keep track of caller/called pairs and write the
                      results to sys.stdout after the program exits.
-r, --report          Generate a report from a counts file; do not execute
                      any code.  `--file' must specify the results file to
                      read, which must have been created in a previous run
                      with `--count --file=FILE'.

Modifiers:
-f, --file=<file>     File to accumulate counts over several runs.
-R, --no-report       Do not generate the coverage report files.
                      Useful if you want to accumulate over several runs.
-C, --coverdir=<dir>  Directory where the report files.  The coverage
                      report for <package>.<module> is written to file
                      <dir>/<package>/<module>.cover.
-m, --missing         Annotate executable lines that were not executed
                      with '>>>>>> '.
-s, --summary         Write a brief summary on stdout for each file.
                      (Can only be used with --count or --report.)
-g, --timing          Prefix each line with the time since the program started.
                      Only used while tracing.

Filters, may be repeated multiple times:
--ignore-module=<mod> Ignore the given module(s) and its submodules
                      (if it is a package).  Accepts comma separated
                      list of module names
--ignore-dir=<dir>    Ignore files in the given directory (multiple
                      directories can be joined by os.pathsep).
i(uwriteusysuargv(uoutfile((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_usageQs*u#pragma NO COVERu^\s*(#.*)?$cBs&|EeZddd�Zd�ZdS(cCsQ|st�n	t|�|_|s*gn
d�|D�|_idd6|_dS(NcSs"g|]}tjj|��qS((uosupathunormpath(u.0ud((u,/usr/local/python-3.2/lib/python3.2/trace.pyu
<listcomp>�s	iu<string>(usetu_modsu_dirsu_ignore(uselfumodulesudirs((u,/usr/local/python-3.2/lib/python3.2/trace.pyu__init__�s
cCs�||jkr|j|S||jkr:d|j|<dSx5|jD]*}|j|d�rDd|j|<dSqDW|dkr�d|j|<dSx8|jD]-}|j|tj�r�d|j|<dSq�Wd|j|<dS(Niu.i(u_ignoreu_modsu
startswithuNoneu_dirsuosusep(uselfufilenameu
modulenameumodud((u,/usr/local/python-3.2/lib/python3.2/trace.pyunames�s$




N(u__name__u
__module__uNoneu__init__unames(u
__locals__((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_Ignore�s
u_IgnorecCs.tjj|�}tjj|�\}}|S(u-Return a plausible module name for the patch.(uosupathubasenameusplitext(upathubaseufilenameuext((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_modname�scCs&tjj|�}d}xotjD]d}tjj|�}|j|�r"|t|�tjkr"t|�t|�kr�|}q�q"q"W|r�|t|�dd�}n|}tjj|�\}}|jtjd�}tj	r|jtj	d�}ntjj
|�\}}|jd�S(u,Return a plausible module name for the path.uiNu.(uosupathunormcaseusysu
startswithulenusepu
splitdriveureplaceualtsepusplitextulstrip(upathucomparepathulongestudirubaseudriveufilenameuext((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_fullmodname�s (	cBsV|EeZdddddd�Zd�Zd�Zdddd�Zdd�Z	dS(cCsY||_|jdkr$i|_n|jj�|_||_|jdkrZi|_n|jj�|_||_|jdkr�i|_n|jj�|_||_||_|jrUyDtj	t
|jd��\}}}|j|j|||��WqUt
ttfk
rQ}z%td|j|fdtj�WYdd}~XqUXndS(NurbuSkipping counts file %r: %sufile(ucountsuNoneucopyucounterucalledfuncsucallersuinfileuoutfileupickleuloaduopenuupdateu	__class__uIOErroruEOFErroru
ValueErroruprintusysustderr(uselfucountsucalledfuncsuinfileucallersuoutfileuerr((u,/usr/local/python-3.2/lib/python3.2/trace.pyu__init__�s*						$ cCs|dkp|jd�S(u_Return True if the filename does not refer to a file
        we want to have reported.
        u<string>u	<doctest (u
startswith(uselfufilename((u,/usr/local/python-3.2/lib/python3.2/trace.pyuis_ignored_filename�sc	Cs�|j}|j}|j}|j}|j}|j}x,|D]$}|j|d�||||<q=Wx|D]}d||<qlWx|D]}d||<q�WdS(u.Merge in the data from another CoverageResultsiiN(ucountsucalledfuncsucallersuget(	uselfuotherucountsucalledfuncsucallersuother_countsuother_calledfuncsu
other_callersukey((u,/usr/local/python-3.2/lib/python3.2/trace.pyuupdate�s						
"

c!Cs�|jr]t�td�|j}x7t|�D]&\}}}td|||f�q0Wn|jr0t�td�d}}	x�t|j�D]�\\}
}}\}
}}|
|kr�t�td|
d�|
}d}	n|
|
kr|	|
krtd|
�|
}	ntd||||f�q�Wni}xH|jD]=\}}|j|i�}||<|j||f||<q@Wi}x�|j�D]}\}}|j|�r�q�n|jd�r�|d
d�}n|d
krt
jjt
jj
|��}t|�}n4|}t
jj|�s8t
j|�nt|�}|rYt|�}ni}tj|�}t
jj||d�}t|d
��}tj|j�\}}Wd
QX|j|||||�\}}|r�|r�td||�}||||f||<q�q�W|rm|rmtd�x?t|�D].}||\}}}}td||�q8Wn|jr�y5tj|j|j|jft|jd�d�Wq�tk
r�} ztd| dt j!�WYd
d
} ~ Xq�Xnd
S(u!
        @param coverdir
        ufunctions called:u*filename: %s, modulename: %s, funcname: %sucalling relationships:uu***u  -->u    %s.%s -> %s.%su.pycu.pyoNiu.coverurbidulines   cov%   module   (path)u%5d   %3d%%   %s   (%s)uwbu"Can't save counts files because %sufile(u.pycu.pyoi����("ucalledfuncsuprintusorteducallersucountsugetuitemsuis_ignored_filenameuendswithuNoneuosupathudirnameuabspathu_modnameuexistsumakedirsu_fullmodnameu_find_executable_linenosu	linecacheugetlinesujoinuopenutokenizeudetect_encodingureadlineuwrite_results_fileuintuoutfileupickleudumpuIOErrorusysustderr(!uselfushow_missingusummaryucoverdirucallsufilenameu
modulenameufuncnameulastfileu	lastcfileupfileupmodupfuncucfileucmoducfuncuper_fileulinenou	lines_hitusumsucountudirulnotabusourceu	coverpathufpuencodingu_un_hitsun_linesupercentumuerr((u,/usr/local/python-3.2/lib/python3.2/trace.pyu
write_resultss|	
		

+	
	!
	cCsNyt|dd|�}WnFtk
ra}z&td||fdtj�dSWYdd}~XnXd}d}	x�t|d�D]�\}
}|
|kr�|jd||
�|	d7}	|d7}n^tj|�r�|jd	�n?|
|krt	|kr|jd
�|d7}n
|jd	�|j|j
d��q~W|j�|	|fS(
u'Return a coverage results file in path.uwuencodingu2trace: Could not open %r for writing: %s- skippingufileiNiu%5d: u       u>>>>>> i(ii(uopenuIOErroruprintusysustderru	enumerateuwriteurx_blankumatchuPRAGMA_NOCOVERu
expandtabsuclose(uselfupathulinesulnotabu	lines_hituencodinguoutfileuerrun_linesun_hitsulinenouline((u,/usr/local/python-3.2/lib/python3.2/trace.pyuwrite_results_fileas,





NTF(
u__name__u
__module__uNoneu__init__uis_ignored_filenameuupdateuTrueuFalseu
write_resultsuwrite_results_file(u
__locals__((u,/usr/local/python-3.2/lib/python3.2/trace.pyuCoverageResults�s
			UcCsCi}x6tj|�D]%\}}||krd||<qqW|S(u:Return dict where keys are lines in the line number table.i(udisufindlinestarts(ucodeustrsulinenosu_ulineno((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_find_lines_from_code�s
cCsOt||�}x9|jD].}tj|�r|jt||��qqW|S(u<Return lineno dict for all code objects reachable from code.(u_find_lines_from_codeu	co_constsuinspectuiscodeuupdateu_find_lines(ucodeustrsulinenosuc((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_find_lines�s
c
Cs�i}tj}t|d|���}tj|j�}x�|D]\}}}}	}
|tjkr�|tjkr�|\}}|	\}
}x(t||
d�D]}d||<q�Wq�n|}q=WWdQX|S(u�Return a dict of possible docstring positions.

    The dict maps line numbers to strings.  There is an entry for
    line that contains only a string or a part of a triple-quoted
    string.
    uencodingiN(utokenuINDENTuopenutokenizeugenerate_tokensureadlineuSTRINGurange(ufilenameuencodingudu
prev_ttypeufutokuttypeutstrustartuendulineuslineuscoluelineuecolui((u,/usr/local/python-3.2/lib/python3.2/trace.pyu
_find_strings�s	cCs�y1tj|��}|j�}|j}WdQXWnFtk
ry}z&td||fdtj�iSWYdd}~XnXt||d�}t	||�}t
||�S(uAReturn dict where keys are line numbers in the line number table.Nu%Not printing coverage data for %r: %sufileuexec(utokenizeuopenureaduencodinguIOErroruprintusysustderrucompileu
_find_stringsu_find_lines(ufilenameufuproguencodinguerrucodeustrs((u,/usr/local/python-3.2/lib/python3.2/trace.pyu_find_executable_linenos�sc
Bs�|EeZdddddddddd�	Zd�Zddd�Zd�Zd�Zd�Z	d�Z
d	�Zd
�Zd�Z
d�Zd
�ZdS(iic

Cs$||_||_t||�|_i|_i|_d|_||_i|_i|_	i|_
d|_|	r�t
j
�|_n|r�|j|_n�|r�|j|_nr|r�|r�|j|_|j|_nK|r�|j|_|j|_n*|r|j|_|j|_n	d|_dS(ux
        @param count true iff it should count number of times each
                     line is executed
        @param trace true iff it should print out each line that is
                     being counted
        @param countfuncs true iff it should just output a list of
                     (filename, modulename, funcname,) for functions
                     that were called at least once;  This overrides
                     `count' and `trace'
        @param ignoremods a list of the names of modules to ignore
        @param ignoredirs a list of the names of directories to ignore
                     all of the (recursive) contents of
        @param infile file from which to read stored counts to be
                     added into the results
        @param outfile file in which to write the results
        @param timing true iff timing information be displayed
        iiN(uinfileuoutfileu_Ignoreuignoreucountsupathtobasenameu	donothingutraceu_calledfuncsu_callersu
_caller_cacheuNoneu
start_timeutimeuglobaltrace_trackcallersuglobaltraceuglobaltrace_countfuncsuglobaltrace_ltulocaltrace_trace_and_countu
localtraceulocaltrace_traceulocaltrace_count(
uselfucountutraceu
countfuncsucountcallersu
ignoremodsu
ignoredirsuinfileuoutfileutiming((u,/usr/local/python-3.2/lib/python3.2/trace.pyu__init__�s6										cCs,ddl}|j}|j|||�dS(Ni(u__main__u__dict__urunctx(uselfucmdu__main__udict((u,/usr/local/python-3.2/lib/python3.2/trace.pyurun�s	c
Csr|dkri}n|dkr*i}n|jsCt|j�nzt|||�Wd|jsmt�nXdS(N(uNoneu	donothingu	_settraceuglobaltraceuexecu_unsettrace(uselfucmduglobalsulocals((u,/usr/local/python-3.2/lib/python3.2/trace.pyurunctx�s				cOsVd}|js"tj|j�nz|||�}Wd|jsQtjd�nX|S(N(uNoneu	donothingusysusettraceuglobaltrace(uselfufuncuargsukwuresult((u,/usr/local/python-3.2/lib/python3.2/trace.pyurunfuncs		c
CsV|j}|j}|r't|�}nd}|j}d}||jkrq|j|dk	r*|j|}q*n�d|j|<d�tj|�D�}t|�dkr*d�tj|d�D�}t|�dkr*d�tj|d�D�}	t|	�dkr'|	dj	}||j|<q'q*n|dk	rId||f}n|||fS(NcSs%g|]}tj|�r|�qS((uinspectu
isfunction(u.0uf((u,/usr/local/python-3.2/lib/python3.2/trace.pyu
<listcomp>s	icSs%g|]}t|t�r|�qS((u
isinstanceudict(u.0ud((u,/usr/local/python-3.2/lib/python3.2/trace.pyu
<listcomp>$s	icSs%g|]}t|d�r|�qS(u	__bases__(uhasattr(u.0uc((u,/usr/local/python-3.2/lib/python3.2/trace.pyu
<listcomp>'s	u%s.%s(
uf_codeuco_filenameu_modnameuNoneuco_nameu
_caller_cacheugcu
get_referrersulenu__name__(
uselfuframeucodeufilenameu
modulenameufuncnameuclsnameufuncsudictsuclasses((u,/usr/local/python-3.2/lib/python3.2/trace.pyufile_module_function_of
s,			

cCsG|dkrC|j|�}|j|j�}d|j||f<ndS(ukHandler for call events.

        Adds information about who called who to the self._callers dict.
        ucalliN(ufile_module_function_ofuf_backu_callers(uselfuframeuwhyuargu	this_funcuparent_func((u,/usr/local/python-3.2/lib/python3.2/trace.pyuglobaltrace_trackcallers6scCs/|dkr+|j|�}d|j|<ndS(uoHandler for call events.

        Adds (filename, modulename, funcname) to the self._calledfuncs dict.
        ucalliN(ufile_module_function_ofu_calledfuncs(uselfuframeuwhyuargu	this_func((u,/usr/local/python-3.2/lib/python3.2/trace.pyuglobaltrace_countfuncsAscCs�|dkr�|j}|jjdd�}|r�t|�}|dk	r�|jj||�}|s�|jr�td||j	f�n|j
Sq�q�dSndS(u�Handler for call events.

        If the code block being entered is to be ignored, returns `None',
        else returns self.localtrace.
        ucallu__file__u! --- modulename: %s, funcname: %sN(uf_codeu	f_globalsugetuNoneu_modnameuignoreunamesutraceuprintuco_nameu
localtrace(uselfuframeuwhyuargucodeufilenameu
modulenameu	ignore_it((u,/usr/local/python-3.2/lib/python3.2/trace.pyuglobaltrace_ltJs		
cCs�|dkr�|jj}|j}||f}|jj|d�d|j|<|jrztdtj�|jdd�ntj	j
|�}td||tj||�fdd�n|j
S(	Nulineiiu%.2fuendu u
%s(%d): %su(uf_codeuco_filenameuf_linenoucountsugetu
start_timeuprintutimeuosupathubasenameu	linecacheugetlineu
localtrace(uselfuframeuwhyuargufilenameulinenoukeyubname((u,/usr/local/python-3.2/lib/python3.2/trace.pyulocaltrace_trace_and_countas	 	$ cCs�|dkr�|jj}|j}|jrNtdtj�|jdd�ntjj|�}td||t	j
||�fdd�n|jS(Nulineu%.2fuendu u
%s(%d): %su(uf_codeuco_filenameuf_linenou
start_timeuprintutimeuosupathubasenameu	linecacheugetlineu
localtrace(uselfuframeuwhyuargufilenameulinenoubname((u,/usr/local/python-3.2/lib/python3.2/trace.pyulocaltrace_traceps		$ cCsW|dkrP|jj}|j}||f}|jj|d�d|j|<n|jS(Nulineii(uf_codeuco_filenameuf_linenoucountsugetu
localtrace(uselfuframeuwhyuargufilenameulinenoukey((u,/usr/local/python-3.2/lib/python3.2/trace.pyulocaltrace_count}s	#c
Cs1t|jd|jd|jd|jd|j�S(Nuinfileuoutfileucalledfuncsucallers(uCoverageResultsucountsuinfileuoutfileu_calledfuncsu_callers(uself((u,/usr/local/python-3.2/lib/python3.2/trace.pyuresults�s		N((F(u__name__u
__module__uNoneuFalseu__init__urunurunctxurunfuncufile_module_function_ofuglobaltrace_trackcallersuglobaltrace_countfuncsuglobaltrace_ltulocaltrace_trace_and_countulocaltrace_traceulocaltrace_counturesults(u
__locals__((u,/usr/local/python-3.2/lib/python3.2/trace.pyuTrace�s
0			)						
	cCs2tjjdtjd|f�tjd�dS(Nu%s: %s
ii(usysustderruwriteuargvuexit(umsg((u,/usr/local/python-3.2/lib/python3.2/trace.pyu	_err_exit�s!c+Cs�ddl}|dkr$tj}nyV|j|dd�ddddddd	d
ddd
dddddg�\}}Wnq|jk
r�}zNtjjdtjd|f�tjjdtjd�tjd�WYdd}~XnXd}d}d}d}d}	d}
g}g}d}
d}dJ}dJ}dJ}x|D]\}}|dkrxt	tj
�tjd�n|dkr�tj
jd�tjd�n|dks�|dkr�dK}qCn|dks�|dkr�dK}qCn|dks|dkrdK}qCn|dks(|dkr4d}qCn|d ksL|d!krXd}qCn|d"ksp|d#kr|d}qCn|d$ks�|d%kr�d}qCn|d&ks�|d'kr�|}	qCn|d(ks�|d)kr�d}
qCn|d*ks|d+kr|}
qCn|d,ks$|d-kr0d}qCn|d.krox*|jd/�D]}|j
|j��qLWqCn|d0kr?x�|jtj�D]�}tjj|�}|jd1tjjtjd2d3tjdd4���}|jd5tjjtjd2d3tjdd4���}tjj|�}|j
|�q�WqCndsCtd6��qCW|rt|sg|rttd7�n|p�|p�|p�|p�|s�td8�n|r�|r�td9�n|r�|	r�td:�n|r�t|�dkr�td;�n|r.td<|	d=|	�}|j|
d
|d>|
�nQ|t_|d}tjj|�dtjd<t||d?|d@|dA|dB|d<|	d=|	d|�}yft|��}t |j!�|dC�}WdQXi|dD6dEdF6ddG6ddH6}|j"|||�WnQt#k
r?}z tdItjd|f�WYdd}~Xnt$k
rPYnX|j%�}|s|j|
d
|d>|
�ndS(LNiiutcrRf:d:msC:lTguhelpuversionutraceucountureportu	no-reportusummaryufile=umissinguignore-module=uignore-dir=u	coverdir=u	listfuncsu
trackcallsutimingu%s: %s
u%Try `%s --help' for more information
u--helpu	--versionu
trace 2.0
u-Tu--trackcallsu-lu--listfuncsu-gu--timingu-tu--traceu-cu--countu-ru--reportu-Ru--no-reportu-fu--fileu-mu	--missingu-Cu
--coverdiru-su	--summaryu--ignore-moduleu,u--ignore-diru$prefixulibupythoniu$exec_prefixuShould never get hereu8cannot specify both --listfuncs and (--trace or --count)uLmust specify one of --trace, --count, --report, --listfuncs, or --trackcallsu,cannot specify both --report and --no-reportu--report requires a --fileumissing name of file to runuinfileuoutfileucoverdiru
countfuncsucountcallersu
ignoremodsu
ignoredirsuexecu__file__u__main__u__name__u__package__u
__cached__uCannot run file %r because: %sFT(&ugetoptuNoneusysuargvuerrorustderruwriteuexituFalseu_usageustdoutuTrueusplituappendustripuosupathsepupathu
expandvarsureplaceujoinuprefixuversionuexec_prefixunormpathuAssertionErroru	_err_exitulenuCoverageResultsu
write_resultsuTraceuopenucompileureadurunctxuIOErroru
SystemExituresults(uargvugetoptuoptsu	prog_argvumsgutraceucountureportu	no_reportucounts_fileumissinguignore_modulesuignore_dirsucoverdirusummaryu	listfuncsucountcallersutiminguoptuvalumodusuresultsuprognameutufpucodeuglobsuerr((u,/usr/local/python-3.2/lib/python3.2/trace.pyumain�s�	! 
		





	

-
cCstdtd�t|�dS(Nu(The trace.usage() function is deprecatedi(u_warnuDeprecationWarningu_usage(uoutfile((u,/usr/local/python-3.2/lib/python3.2/trace.pyuusage/s
cBs|EeZddd�ZdS(cCs'tdtd�tj|||�dS(Nu$The class trace.Ignore is deprecatedi(u_warnuDeprecationWarningu_Ignoreu__init__(uselfumodulesudirs((u,/usr/local/python-3.2/lib/python3.2/trace.pyu__init__5s
N(u__name__u
__module__uNoneu__init__(u
__locals__((u,/usr/local/python-3.2/lib/python3.2/trace.pyuIgnore4s
uIgnorecCstdtd�t|�S(Nu*The trace.modname() function is deprecatedi(u_warnuDeprecationWarningu_modname(upath((u,/usr/local/python-3.2/lib/python3.2/trace.pyumodname:s
cCstdtd�t|�S(Nu.The trace.fullmodname() function is deprecatedi(u_warnuDeprecationWarningu_fullmodname(upath((u,/usr/local/python-3.2/lib/python3.2/trace.pyufullmodname?s
cCstdtd�t||�S(Nu7The trace.find_lines_from_code() function is deprecatedi(u_warnuDeprecationWarningu_find_lines_from_code(ucodeustrs((u,/usr/local/python-3.2/lib/python3.2/trace.pyufind_lines_from_codeDs
cCstdtd�t||�S(Nu-The trace.find_lines() function is deprecatedi(u_warnuDeprecationWarningu_find_lines(ucodeustrs((u,/usr/local/python-3.2/lib/python3.2/trace.pyu
find_linesIs
cCs tdtd�t|dd�S(Nu/The trace.find_strings() function is deprecatediuencoding(u_warnuDeprecationWarningu
_find_stringsuNone(ufilenameuencoding((u,/usr/local/python-3.2/lib/python3.2/trace.pyufind_stringsNs
cCstdtd�t|�S(Nu:The trace.find_executable_linenos() function is deprecatedi(u_warnuDeprecationWarningu_find_executable_linenos(ufilename((u,/usr/local/python-3.2/lib/python3.2/trace.pyufind_executable_linenosSs
u__main__(/u__doc__u__all__uiou	linecacheuosureusysutimeutokenutokenizeuinspectugcudisupickleuwarningsuwarnu_warnu	threadinguImportErrorusettraceu	_settraceu_unsettraceu_usageuPRAGMA_NOCOVERucompileurx_blanku_Ignoreu_modnameu_fullmodnameuCoverageResultsu_find_lines_from_codeu_find_linesuNoneu
_find_stringsu_find_executable_linenosuTraceu	_err_exitumainuusageuIgnoreumodnameufullmodnameufind_lines_from_codeu
find_linesufind_stringsufind_executable_linenosu__name__(((u,/usr/local/python-3.2/lib/python3.2/trace.pyu<module>1sZ
				-2		�	
		�	�						
© 2025 GrazzMean