Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/freeze/
Dfreeze.py122 replace_paths = [] # settable with -r option
200 replace_paths.append( (f,r) )
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
/external/python/cpython2/Lib/
Dmodulefinder.py96 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): argument
105 self.replace_paths = replace_paths
321 if self.replace_paths:
590 for f, r in self.replace_paths:
/external/python/cpython2/Doc/library/
Dmodulefinder.rst33 .. class:: ModuleFinder([path=None, debug=0, excludes=[], replace_paths=[]])
40 analysis. *replace_paths* is a list of ``(oldpath, newpath)`` tuples that will