HomeSort by relevance Sort by last modified time
    Searched refs:replace_paths (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 77 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]):
86 self.replace_paths = replace_paths
302 if self.replace_paths:
582 for f, r in self.replace_paths:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 77 def __init__(self, path=None, debug=0, excludes=[], replace_paths=[]):
86 self.replace_paths = replace_paths
302 if self.replace_paths:
582 for f, r in self.replace_paths:

Completed in 3401 milliseconds