/usr/lib64/python2.6/site-packages/numpy/distutils
NameSizeModeActions
command/-0755rm
fcompiler/-0755rm
mingw/-0755rm
tests/-0755rm
ccompiler.py223190644editdlrm
ccompiler.pyc199610644editdlrm
ccompiler.pyo199610644editdlrm
conv_template.py94910644editdlrm
conv_template.pyc95650644editdlrm
conv_template.pyo95650644editdlrm
core.py85240644editdlrm
core.pyc66270644editdlrm
core.pyo66270644editdlrm
cpuinfo.py225140644editdlrm
cpuinfo.pyc442410644editdlrm
cpuinfo.pyo442410644editdlrm
environment.py22680644editdlrm
environment.pyc33840644editdlrm
environment.pyo33840644editdlrm
exec_command.py185490644editdlrm
exec_command.pyc172630644editdlrm
exec_command.pyo158410644editdlrm
extension.py23850644editdlrm
extension.pyc21360644editdlrm
extension.pyo21360644editdlrm
from_template.py78030644editdlrm
from_template.pyc84740644editdlrm
from_template.pyo84740644editdlrm
info.py920644editdlrm
info.pyc2660644editdlrm
info.pyo2660644editdlrm
intelccompiler.py9910644editdlrm
intelccompiler.pyc14380644editdlrm
intelccompiler.pyo14380644editdlrm
interactive.py61450644editdlrm
interactive.pyc58480644editdlrm
interactive.pyo58480644editdlrm
lib2def.py34190644editdlrm
lib2def.pyc38890644editdlrm
lib2def.pyo38890644editdlrm
line_endings.py19690644editdlrm
line_endings.pyc27600644editdlrm
line_endings.pyo27600644editdlrm
log.py24380644editdlrm
log.pyc28720644editdlrm
log.pyo28720644editdlrm
mingw32ccompiler.py181050644editdlrm
mingw32ccompiler.pyc137470644editdlrm
mingw32ccompiler.pyo137470644editdlrm
misc_util.py798370644editdlrm
misc_util.pyc764140644editdlrm
misc_util.pyo758530644editdlrm
npy_pkg_config.py122830644editdlrm
npy_pkg_config.pyc145500644editdlrm
npy_pkg_config.pyo145500644editdlrm
numpy_distribution.py6340644editdlrm
numpy_distribution.pyc9810644editdlrm
numpy_distribution.pyo9810644editdlrm
setup.py5610644editdlrm
setup.pyc8640644editdlrm
setup.pyo8640644editdlrm
setupscons.py5570644editdlrm
setupscons.pyc9090644editdlrm
setupscons.pyo9090644editdlrm
system_info.py709270644editdlrm
system_info.pyc709820644editdlrm
system_info.pyo708440644editdlrm
unixccompiler.py34600644editdlrm
unixccompiler.pyc28930644editdlrm
unixccompiler.pyo28930644editdlrm
__config__.py14990644editdlrm
__config__.pyc16540644editdlrm
__config__.pyo16540644editdlrm
__init__.py4310644editdlrm
__init__.pyc6010644editdlrm
__init__.pyo6010644editdlrm
__version__.py850644editdlrm
__version__.pyc2860644editdlrm
__version__.pyo2860644editdlrm
Edit: /usr/lib64/python2.6/site-packages/numpy/distutils/conv_template.pyo (9565B)
Ñò \ÐKc @sòdZddgZddkZddkZddkZhZdZd„Zd„Zei dƒZ ei d ƒZ d „Z ei d ƒZ ei d ƒZei d ƒZei dƒZd„Zei dƒZd„Zd„Zei deiƒZd„Zd„Zd„ZedjoÐyeidZWn%ej oeiZei Z!n>Xe"edƒZei#i$eƒ\Z%Z&e%Z'e"e'dƒZ!ei(ƒZ)yee)ƒZ*Wn+e+j oZ,e+dee,fƒ‚nXe!i-e*ƒndS(sX takes templated file .xxx.src and produces .xxx file where .xxx is .i or .c or .h, using the following template rules /**begin repeat -- on a line by itself marks the start of a repeated code segment /**end repeat**/ -- on a line by itself marks it's end After the /**begin repeat and before the */, all the named templates are placed these should all have the same number of replacements Repeat blocks can be nested, with each nested block labeled with its depth, i.e. /**begin repeat1 *.... */ /**end repeat1**/ When using nested loops, you can optionally exlude particular combinations of the variables using (inside the comment portion of the inner loop): :exclude: var1=value1, var2=value2, ... This will exlude the pattern where var1 is value1 and var2 is value2 when the result is being generated. In the main body each replace will use one entry from the list of named replacements Note that all #..# forms in a block must have the same number of comma-separated entries. Example: An input file containing /**begin repeat * #a = 1,2,3# * #b = 1,2,3# */ /**begin repeat1 * #c = ted, jim# */ @a@, @b@, @c@ /**end repeat1**/ /**end repeat**/ produces line 1 "template.c.src" /* ********************************************************************* ** This file was autogenerated from a template DO NOT EDIT!!** ** Changes should be made to the original source (.src) file ** ********************************************************************* */ #line 9 1, 1, ted #line 9 1, 1, jim #line 9 2, 2, ted #line 9 2, 2, jim #line 9 3, 3, ted #line 9 3, 3, jim t process_strt process_fileiÿÿÿÿNsE /* ***************************************************************************** ** This file was autogenerated from a template DO NOT EDIT!!!! ** ** Changes should be made to the original source (.src) file ** ***************************************************************************** */ c Cs'|djod}d}nd|}d|}d}d}g}xÓ|i||ƒ}|djoPn|id|ƒ}|id|ƒ}|i||ƒ} |id| ƒ} ||id||d ƒ7}|i||d | | d |fƒ||id|d | ƒ7}| }qF|iƒ|S( s‡ The returned line number is from the beginning of the string, starting at zero. Returns an empty list if no loops found. is/**begin repeats/**end repeat**/s/**begin repeat%ds/**end repeat%d**/iÿÿÿÿs*/s i(tfindtcounttappendtsort( tastrtleveltloopbegtloopendtindtlinetspanlisttstarttstart2tfini1tfini2((sC/usr/lib64/python2.6/site-packages/numpy/distutils/conv_template.pytparse_structuregs,     $  cCs8|idƒ}|idƒ}di|gt|ƒƒS(Niit,(tgrouptjointint(tobjttoreptnumrep((sC/usr/lib64/python2.6/site-packages/numpy/distutils/conv_template.pyt paren_repl‡ss[(]([^)]*)[)]\*(\d+)s([^*]+)\*(\d+)cCsdtit|ƒ}dig}|idƒD]}|tit|iƒƒq,~ƒ}|idƒS(NR(tparenreptsubRRtsplittplainreptstrip(Rt_[1]tx((sC/usr/lib64/python2.6/site-packages/numpy/distutils/conv_template.pyt parse_valuesŽs 8s\n\s*\*?s#\s*(\w*)\s*=([^#]*)#s (\w*)=(\w*)s :exclude:c Cs¦tid|ƒ}g}ti|ƒ}d}x‹|D]ƒ}|d}t|dƒ}t|ƒ}|djo |}n.||jo d||f}t|ƒ‚n|i||fƒq4Wg} xlt i |ƒD][} | i ƒ} |i d| dƒ} || d| !} t i| ƒ}| it|ƒƒqÑWg}|djotdƒ‚nxLt|ƒD]>}h}x"|D]\}}||||[\w\d./\\]+[.]src)['\"]cCsëtii|ƒ}t|ƒ}g}x¶|iƒD]¨}ti|ƒ}|o|idƒ}tii|ƒptii ||ƒ}ntii |ƒo dG|GH|i t |ƒƒqÙ|i |ƒq1|i |ƒq1W|iƒ|S(NR4sIncluding file(tostpathtdirnametopent readlinestinclude_src_reRARtisabsRtisfileRItresolve_includesRtclose(tsourcetdtfidtlinesR tmtfn((sC/usr/lib64/python2.6/site-packages/numpy/distutils/conv_template.pyRa s"    cCst|ƒ}tii|ƒiddƒ}ytdi|ƒƒ}Wn+tj o}td||fƒ‚nXd||fS(Ns\s\\R"sIn "%s" loop at %ss#line 1 "%s" %s(RaRYRZtnormcaseRERRR((RcRft sourcefileRKRC((sC/usr/lib64/python2.6/site-packages/numpy/distutils/conv_template.pyRs cCsz|iƒ}t}d}x[|pSdig}|D]}||| q3~ƒ}||jo|d7}qt}qW|S(NiR"(tkeystFalseRtTrue(tadicttallkeystdonetnRR tnewkey((sC/usr/lib64/python2.6/site-packages/numpy/distutils/conv_template.pyt unique_key's .  t__main__itrtwsIn %s loop at %s(.t__doc__t__all__RYtsystreRXRWRRtcompileRRR!R#R$R,R)R?RFRHRtIR^RaRRst__name__targvtfilet IndexErrortstdinRetstdouttoutfileR\RZtsplitexttbasetexttnewnametreadtallstrtwritestrR(RCtwrite(((sC/usr/lib64/python2.6/site-packages/numpy/distutils/conv_template.pytPsP        6 +