/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...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
__init__.py | 3 """Dummy function to let modulefinder know what tables may be
|
/external/fonttools/MetaTools/ |
buildTableList.py | 36 file.write('\t"""Dummy function to let modulefinder know what tables may be\n')
|
/external/chromium_org/tools/telemetry/telemetry/util/ |
find_dependencies.py | 8 import modulefinder namespace 50 finder = modulefinder.ModuleFinder()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
__init__.py | 56 # tell modulefinder that importing sax potentially imports expatreader
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
__init__.py | 56 # tell modulefinder that importing sax potentially imports expatreader
|
/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)
|
codecs.py | [all...] |
/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)
|
codecs.py | [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 namespace 633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules) [all...] |
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/ |
jython-2.5.3-sources.jar | |
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/ |
jython-standalone-2.5.3-sources.jar | |