Home
last modified time | relevance | path

Searched refs:ModuleFinder (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Doc/library/
Dmodulefinder.rst15 This module provides a :class:`ModuleFinder` class that can be used to determine
33 .. class:: ModuleFinder([path=None, debug=0, excludes=[], replace_paths=[]])
63 Example usage of :class:`ModuleFinder`
83 from modulefinder import ModuleFinder
85 finder = ModuleFinder()
/external/python/cpython2/Lib/test/
Dtest_modulefinder.py231 mf = modulefinder.ModuleFinder(path=TEST_PATH)
/external/mesa3d/scons/
Dcustom.py113 finder = modulefinder.ModuleFinder(path=path)
/external/python/cpython2/Lib/
Dmodulefinder.py94 class ModuleFinder: class
658 mf = ModuleFinder(path, debug, exclude)
/external/python/cpython2/Tools/freeze/
Dfreeze.py345 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
/external/python/cpython2/Lib/plat-mac/
Dbundlebuilder.py633 mf = modulefinder.ModuleFinder(excludes=self.excludeModules)