/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_modulefinder.py | 12 import modulefinder
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...] |
/external/python/cpython2/Lib/test/ |
test_modulefinder.py | 12 import modulefinder 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/gdb/darwin-x86/lib/python2.7/test/ |
test_modulefinder.py | 12 import modulefinder 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/gdb/linux-x86/lib/python2.7/test/ |
test_modulefinder.py | 12 import modulefinder 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/test/ |
test_modulefinder.py | 12 import modulefinder 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 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...] |
/external/python/cpython3/Lib/test/ |
test_modulefinder.py | 11 import modulefinder 18 # 1. a module name that will be imported by modulefinder 19 # 2. a list of module names that modulefinder is required to find 20 # 3. a list of module names that modulefinder should complain 22 # 4. a list of module names that modulefinder should complain 28 # Modulefinder searches in a path that contains TEST_DIR, plus 252 mf = modulefinder.ModuleFinder(path=TEST_PATH, debug=debug,
|
test_threaded_import.py | 22 # We don't use modulefinder but still import it in order to stress 25 import modulefinder 29 import modulefinder 109 # Make sure that random and modulefinder get reimported freshly 110 for modname in ['random', 'modulefinder']:
|
/external/mesa3d/scons/ |
custom.py | 36 import modulefinder 104 # https://docs.python.org/2/library/modulefinder.html 107 # Tell ModuleFinder to search dependencies in the script dir, and the glapi 113 finder = modulefinder.ModuleFinder(path=path)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/ |
freeze.py | 92 import modulefinder
197 apply(modulefinder.AddPackagePath, tuple(a.split("=", 2)))
345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
|
/external/python/cpython2/Tools/freeze/ |
freeze.py | 92 import modulefinder 197 apply(modulefinder.AddPackagePath, tuple(a.split("=", 2))) 345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
|
/external/python/cpython3/Tools/freeze/ |
freeze.py | 92 import modulefinder 195 modulefinder.AddPackagePath(*a.split("=", 2)) 345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
|
/external/python/cpython2/Lib/plat-mac/ |
bundlebuilder.py | 416 # Modules that modulefinder couldn't find: 632 import modulefinder 633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
bundlebuilder.py | 416 # Modules that modulefinder couldn't find: 632 import modulefinder 633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
bundlebuilder.py | 416 # Modules that modulefinder couldn't find: 632 import modulefinder 633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules) [all...] |