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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder namespace
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 12 import modulefinder namespace
14 # Note: To test modulefinder with Python 2.2, sets.py and
15 # modulefinder.py must be available - they are not in the standard
23 # 1. a module name that will be imported by modulefinder
24 # 2. a list of module names that modulefinder is required to find
25 # 3. a list of module names that modulefinder should complain
27 # 4. a list of module names that modulefinder should complain
33 # Modulefinder searches in a path that contains TEST_DIR, plus
231 mf = modulefinder.ModuleFinder(path=TEST_PATH
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 26 # Modulefinder does a good job at simulating Python's, but it can not
42 # This ReplacePackage mechanism allows modulefinder to work around the
45 # before running ModuleFinder.
75 class ModuleFinder:
650 mf = ModuleFinder(path, debug, exclude)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 26 # Modulefinder does a good job at simulating Python's, but it can not
42 # This ReplacePackage mechanism allows modulefinder to work around the
45 # before running ModuleFinder.
75 class ModuleFinder:
650 mf = ModuleFinder(path, debug, exclude)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 416 # Modules that modulefinder couldn't find:
632 import modulefinder namespace
633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules)
    [all...]

Completed in 443 milliseconds