Searched refs:codefile (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Tools/unicode/ |
D | gencodec.py | 384 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/ |
D | test_trace.py | 428 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]
|