Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/unicode/
Dgencodec.py369 def convertdir(dir, dirprefix='', nameprefix='', comments=1): argument
384 dirprefix + codefile,
385 dirprefix + marshalfile)
391 pymap(mappathname, map, dirprefix + codefile,name,comments)
392 marshalmap(mappathname, map, dirprefix + marshalfile)
397 def rewritepythondir(dir, dirprefix='', comments=1): argument
406 dirprefix + codefile)
413 pymap(mapname, map, dirprefix + codefile,name,comments)