Home
last modified time | relevance | path

Searched refs:substfile (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Tools/scripts/
Dfixcid.py278 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/Lib/test/
Dtest_tools.py384 substfile=
427 def run_script(self, input="", args=("-",), substfile="xx yy\n"): argument
430 file.write(substfile)