AlkantarClanX12

Your IP : 3.129.42.198


Current Path : /proc/thread-self/root/opt/alt/python33/lib64/python3.3/__pycache__/
Upload File :
Current File : //proc/thread-self/root/opt/alt/python33/lib64/python3.3/__pycache__/trace.cpython-33.pyc

�
��f�zc@sldZddgZddlZddlZddlZddlZddlZddlZddlZddl	Z	ddl
Z
ddlZddlm
ZyddlmZWn"ek
r�ddlmZYnXyddlZWn'ek
rejZdd	�ZYnXd
d�Zdd	�Zd
d�ZdZejd�ZGdd�d�Zdd�Zdd�ZGdd�d�Zdd�Zdd�Z ddd�Z"dd�Z#Gd d�d�Z$d!d"�Z%dd#d$�Z&d%d&�Z'Gd'd(�d(e�Z(d)d*�Z)d+d,�Z*d-d.�Z+d/d0�Z,dd1d2�Z-d3d4�Z.e/d5krhe&�ndS(6u�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.base_prefix, sys.base_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(uwarn(u	monotonic(utimecCstjd�dS(N(usysusettraceuNone(((u*/opt/alt/python33/lib64/python3.3/trace.pyu_unsettraceHsu_unsettracecCstj|�tj|�dS(N(u	threadingusettraceusys(ufunc((u*/opt/alt/python33/lib64/python3.3/trace.pyu	_settraceKs
u	_settracecCstjd�tjd�dS(N(usysusettraceuNoneu	threading(((u*/opt/alt/python33/lib64/python3.3/trace.pyu_unsettraceOs
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*/opt/alt/python33/lib64/python3.3/trace.pyu_usageSs*u_usageu#pragma NO COVERu^\s*(#.*)?$cBs2|EeZdZdddd�Zdd�ZdS(u_IgnorecCsT|st�n	t|�|_|s*gndd�|D�|_idd6|_dS(NcSs"g|]}tjj|��qS((uosupathunormpath(u.0ud((u*/opt/alt/python33/lib64/python3.3/trace.pyu
<listcomp>�s	u$_Ignore.__init__.<locals>.<listcomp>iu<string>(usetu_modsu_dirsu_ignore(uselfumodulesudirs((u*/opt/alt/python33/lib64/python3.3/trace.pyu__init__�s
u_Ignore.__init__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*/opt/alt/python33/lib64/python3.3/trace.pyunames�s$




u
_Ignore.namesN(u__name__u
__module__u__qualname__uNoneu__init__unames(u
__locals__((u*/opt/alt/python33/lib64/python3.3/trace.pyu_Ignore�su_IgnorecCs.tjj|�}tjj|�\}}|S(u-Return a plausible module name for the patch.(uosupathubasenameusplitext(upathubaseufilenameuext((u*/opt/alt/python33/lib64/python3.3/trace.pyu_modname�su_modnamecCs&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*/opt/alt/python33/lib64/python3.3/trace.pyu_fullmodname�s (	u_fullmodnamecBsk|EeZdZddddddd�Zdd�Zdd�Zdd
ddd�Z	dd	d
�Z
dS(uCoverageResultscCsY||_|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*/opt/alt/python33/lib64/python3.3/trace.pyu__init__�s*						$ uCoverageResults.__init__cCs|jd�o|jd�S(u_Return True if the filename does not refer to a file
        we want to have reported.
        u<u>(u
startswithuendswith(uselfufilename((u*/opt/alt/python33/lib64/python3.3/trace.pyuis_ignored_filename�su#CoverageResults.is_ignored_filenamec	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*/opt/alt/python33/lib64/python3.3/trace.pyuupdate�s						
"

uCoverageResults.updatec!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*/opt/alt/python33/lib64/python3.3/trace.pyu
write_results
s|	
		

+	
	!
	uCoverageResults.write_resultsc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*/opt/alt/python33/lib64/python3.3/trace.pyuwrite_results_filebs,





u"CoverageResults.write_results_fileNTF(u__name__u
__module__u__qualname__uNoneu__init__uis_ignored_filenameuupdateuTrueuFalseu
write_resultsuwrite_results_file(u
__locals__((u*/opt/alt/python33/lib64/python3.3/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*/opt/alt/python33/lib64/python3.3/trace.pyu_find_lines_from_code�s
u_find_lines_from_codecCsOt||�}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*/opt/alt/python33/lib64/python3.3/trace.pyu_find_lines�s
u_find_linesc
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*/opt/alt/python33/lib64/python3.3/trace.pyu
_find_strings�s	u
_find_stringscCs�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*/opt/alt/python33/lib64/python3.3/trace.pyu_find_executable_linenos�su_find_executable_linenoscBs�|EeZdZddddffddddd�	Zdd�Zdddd�Zd	d
�Zdd�Z	d
d�Z
dd�Zdd�Zdd�Z
dd�Zdd�Zdd�ZdS(uTraceiic

Cs!||_||_t||�|_i|_i|_d|_||_i|_i|_	i|_
d|_|	r�t
�|_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_timeu_timeuglobaltrace_trackcallersuglobaltraceuglobaltrace_countfuncsuglobaltrace_ltulocaltrace_trace_and_countu
localtraceulocaltrace_traceulocaltrace_count(
uselfucountutraceu
countfuncsucountcallersu
ignoremodsu
ignoredirsuinfileuoutfileutiming((u*/opt/alt/python33/lib64/python3.3/trace.pyu__init__�s6										uTrace.__init__cCs,ddl}|j}|j|||�dS(Ni(u__main__u__dict__urunctx(uselfucmdu__main__udict((u*/opt/alt/python33/lib64/python3.3/trace.pyurun�s	u	Trace.runc
Csr|dkri}n|dkr*i}n|jsCt|j�nzt|||�Wd|jsmt�nXdS(N(uNoneu	donothingu	_settraceuglobaltraceuexecu_unsettrace(uselfucmduglobalsulocals((u*/opt/alt/python33/lib64/python3.3/trace.pyurunctx�s				uTrace.runctxcOsVd}|js"tj|j�nz|||�}Wd|jsQtjd�nX|S(N(uNoneu	donothingusysusettraceuglobaltrace(uselfufuncuargsukwuresult((u*/opt/alt/python33/lib64/python3.3/trace.pyurunfuncs		u
Trace.runfuncc
Cs_|j}|j}|r't|�}nd}|j}d}||jkrq|j|dk	r3|j|}q3n�d|j|<dd�tj|�D�}t|�dkr3dd�tj|d�D�}t|�dkr3dd�tj|d�D�}	t|	�dkr0|	dj	}||j|<q0q3n|dk	rRd||f}n|||fS(NcSs%g|]}tj|�r|�qS((uinspectu
isfunction(u.0uf((u*/opt/alt/python33/lib64/python3.3/trace.pyu
<listcomp>s	u1Trace.file_module_function_of.<locals>.<listcomp>icSs%g|]}t|t�r|�qS((u
isinstanceudict(u.0ud((u*/opt/alt/python33/lib64/python3.3/trace.pyu
<listcomp>%s	icSs%g|]}t|d�r|�qS(u	__bases__(uhasattr(u.0uc((u*/opt/alt/python33/lib64/python3.3/trace.pyu
<listcomp>(s	u%s.%s(
uf_codeuco_filenameu_modnameuNoneuco_nameu
_caller_cacheugcu
get_referrersulenu__name__(
uselfuframeucodeufilenameu
modulenameufuncnameuclsnameufuncsudictsuclasses((u*/opt/alt/python33/lib64/python3.3/trace.pyufile_module_function_ofs,			
  
uTrace.file_module_function_ofcCsG|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*/opt/alt/python33/lib64/python3.3/trace.pyuglobaltrace_trackcallers7suTrace.globaltrace_trackcallerscCs/|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*/opt/alt/python33/lib64/python3.3/trace.pyuglobaltrace_countfuncsBsuTrace.globaltrace_countfuncscCs�|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*/opt/alt/python33/lib64/python3.3/trace.pyuglobaltrace_ltKs		
uTrace.globaltrace_ltcCs�|dkr�|jj}|j}||f}|jj|d�d|j|<|jrwtdt�|jdd�ntj	j
|�}td||tj||�fdd�n|j
S(	Nulineiiu%.2fuendu u
%s(%d): %su(uf_codeuco_filenameuf_linenoucountsugetu
start_timeuprintu_timeuosupathubasenameu	linecacheugetlineu
localtrace(uselfuframeuwhyuargufilenameulinenoukeyubname((u*/opt/alt/python33/lib64/python3.3/trace.pyulocaltrace_trace_and_countbs	 	! u Trace.localtrace_trace_and_countcCs�|dkr�|jj}|j}|jrKtdt�|jdd�ntjj|�}td||t	j
||�fdd�n|jS(Nulineu%.2fuendu u
%s(%d): %su(uf_codeuco_filenameuf_linenou
start_timeuprintu_timeuosupathubasenameu	linecacheugetlineu
localtrace(uselfuframeuwhyuargufilenameulinenoubname((u*/opt/alt/python33/lib64/python3.3/trace.pyulocaltrace_traceqs		! uTrace.localtrace_tracecCsW|dkrP|jj}|j}||f}|jj|d�d|j|<n|jS(Nulineii(uf_codeuco_filenameuf_linenoucountsugetu
localtrace(uselfuframeuwhyuargufilenameulinenoukey((u*/opt/alt/python33/lib64/python3.3/trace.pyulocaltrace_count~s	#uTrace.localtrace_countc
Cs1t|jd|jd|jd|jd|j�S(Nuinfileuoutfileucalledfuncsucallers(uCoverageResultsucountsuinfileuoutfileu_calledfuncsu_callers(uself((u*/opt/alt/python33/lib64/python3.3/trace.pyuresults�s		u
Trace.resultsNF(u__name__u
__module__u__qualname__uNoneuFalseu__init__urunurunctxurunfuncufile_module_function_ofuglobaltrace_trackcallersuglobaltrace_countfuncsuglobaltrace_ltulocaltrace_trace_and_countulocaltrace_traceulocaltrace_counturesults(u
__locals__((u*/opt/alt/python33/lib64/python3.3/trace.pyuTrace�s0)	
cCs2tjjdtjd|f�tjd�dS(Nu%s: %s
ii(usysustderruwriteuargvuexit(umsg((u*/opt/alt/python33/lib64/python3.3/trace.pyu	_err_exit�s!u	_err_exitc+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
expandvarsureplaceujoinubase_prefixuversionubase_exec_prefixunormpathuAssertionErroru	_err_exitulenuCoverageResultsu
write_resultsuTraceuopenucompileureadurunctxuIOErroru
SystemExituresults(uargvugetoptuoptsu	prog_argvumsgutraceucountureportu	no_reportucounts_fileumissinguignore_modulesuignore_dirsucoverdirusummaryu	listfuncsucountcallersutiminguoptuvalumodusuresultsuprognameutufpucodeuglobsuerr((u*/opt/alt/python33/lib64/python3.3/trace.pyumain�s�	! 
		





	

-
umaincCstdtd�t|�dS(Nu(The trace.usage() function is deprecatedi(u_warnuDeprecationWarningu_usage(uoutfile((u*/opt/alt/python33/lib64/python3.3/trace.pyuusage0s
uusagecBs&|EeZdZdddd�ZdS(uIgnorecCs'tdtd�tj|||�dS(Nu$The class trace.Ignore is deprecatedi(u_warnuDeprecationWarningu_Ignoreu__init__(uselfumodulesudirs((u*/opt/alt/python33/lib64/python3.3/trace.pyu__init__6s
uIgnore.__init__N(u__name__u
__module__u__qualname__uNoneu__init__(u
__locals__((u*/opt/alt/python33/lib64/python3.3/trace.pyuIgnore5suIgnorecCstdtd�t|�S(Nu*The trace.modname() function is deprecatedi(u_warnuDeprecationWarningu_modname(upath((u*/opt/alt/python33/lib64/python3.3/trace.pyumodname;s
umodnamecCstdtd�t|�S(Nu.The trace.fullmodname() function is deprecatedi(u_warnuDeprecationWarningu_fullmodname(upath((u*/opt/alt/python33/lib64/python3.3/trace.pyufullmodname@s
ufullmodnamecCstdtd�t||�S(Nu7The trace.find_lines_from_code() function is deprecatedi(u_warnuDeprecationWarningu_find_lines_from_code(ucodeustrs((u*/opt/alt/python33/lib64/python3.3/trace.pyufind_lines_from_codeEs
ufind_lines_from_codecCstdtd�t||�S(Nu-The trace.find_lines() function is deprecatedi(u_warnuDeprecationWarningu_find_lines(ucodeustrs((u*/opt/alt/python33/lib64/python3.3/trace.pyu
find_linesJs
u
find_linescCs tdtd�t|dd�S(Nu/The trace.find_strings() function is deprecatediuencoding(u_warnuDeprecationWarningu
_find_stringsuNone(ufilenameuencoding((u*/opt/alt/python33/lib64/python3.3/trace.pyufind_stringsOs
ufind_stringscCstdtd�t|�S(Nu:The trace.find_executable_linenos() function is deprecatedi(u_warnuDeprecationWarningu_find_executable_linenos(ufilename((u*/opt/alt/python33/lib64/python3.3/trace.pyufind_executable_linenosTs
ufind_executable_linenosu__main__(0u__doc__u__all__u	linecacheuosureusysutokenutokenizeuinspectugcudisupickleuwarningsuwarnu_warnutimeu	monotonicu_timeuImportErroru	threadingusettraceu	_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*/opt/alt/python33/lib64/python3.3/trace.pyu<module>1s^

	-2�
��