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