Searched defs:replace_paths (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_modulefinder.py | 248 def _do_test(self, info, report=False, debug=0, replace_paths=[]): argument
|
/external/python/cpython3/Lib/ |
D | modulefinder.py | 72 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): argument
|
/external/python/cpython2/Lib/ |
D | modulefinder.py | 96 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]): argument
|