Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/unicode/
Dgencodec.py381 codefile = name + '.py'
384 dirprefix + codefile,
391 pymap(mappathname, map, dirprefix + codefile,name,comments)
404 codefile = name + '.py'
406 dirprefix + codefile)
413 pymap(mapname, map, dirprefix + codefile,name,comments)
/external/python/cpython3/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)
/external/python/cpython3/Lib/test/
Dtest_trace.py427 codefile = 'tmp.py' variable in TestCoverageCommandLineOutput
431 with open(self.codefile, 'w', encoding='iso-8859-15') as f:
440 unlink(self.codefile)
450 argv = '-m trace --count'.split() + [self.codefile]
464 argv = '-m trace --count --missing'.split() + [self.codefile]