Searched refs:substfile (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Tools/scripts/ |
D | fixcid.py | 278 def addsubst(substfile): argument 280 fp = open(substfile, 'r') 282 err(substfile + ': cannot read substfile: ' + str(msg) + '\n') 298 err(substfile + '%s:%r: warning: bad line: %r' % (substfile, lineno, line)) 310 err('%s:%r: warning: overriding: %r %r\n' % (substfile, lineno, key, value)) 311 err('%s:%r: warning: previous: %r\n' % (substfile, lineno, Dict[key]))
|
/external/python/cpython2/Tools/scripts/ |
D | fixcid.py | 278 def addsubst(substfile): argument 280 fp = open(substfile, 'r') 282 err(substfile + ': cannot read substfile: ' + str(msg) + '\n') 298 err(substfile + '%s:%r: warning: bad line: %r' % (substfile, lineno, line)) 310 err('%s:%r: warning: overriding: %r %r\n' % (substfile, lineno, key, value)) 311 err('%s:%r: warning: previous: %r\n' % (substfile, lineno, Dict[key]))
|
/external/python/cpython3/Lib/test/test_tools/ |
D | test_fixcid.py | 33 substfile= 76 def run_script(self, input="", *, args=("-",), substfile="xx yy\n"): argument 79 file.write(substfile)
|
/external/python/cpython2/Lib/test/ |
D | test_tools.py | 384 substfile= 430 def run_script(self, input="", args=("-",), substfile="xx yy\n"): argument 433 file.write(substfile)
|