Searched refs:dirprefix (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Tools/unicode/ |
D | gencodec.py | 369 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)
|
/external/python/cpython3/Tools/unicode/ |
D | gencodec.py | 375 def convertdir(dir, dirprefix='', nameprefix='', comments=1): argument 390 dirprefix + codefile, 391 dirprefix + marshalfile)) 397 pymap(mappathname, map, dirprefix + codefile,name,comments) 398 marshalmap(mappathname, map, dirprefix + marshalfile) 403 def rewritepythondir(dir, dirprefix='', comments=1): argument 412 dirprefix + codefile)) 419 pymap(mapname, map, dirprefix + codefile,name,comments)
|