Home
last modified time | relevance | path

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

/third_party/python/Tools/unicode/
Dgencodec.py384 codefile = name + '.py'
387 dirprefix + codefile,
394 pymap(mappathname, map, dirprefix + codefile,name,comments)
407 codefile = name + '.py'
409 dirprefix + codefile))
416 pymap(mapname, map, dirprefix + codefile,name,comments)
/third_party/python/Lib/test/
Dtest_trace.py428 codefile = 'tmp.py' variable in TestCoverageCommandLineOutput
432 with open(self.codefile, 'w', encoding='iso-8859-15') as f:
441 unlink(self.codefile)
451 argv = '-m trace --count'.split() + [self.codefile]
465 argv = '-m trace --count --missing'.split() + [self.codefile]