Home
last modified time | relevance | path

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

/third_party/python/Doc/library/
Dmodulefinder.rst13 This module provides a :class:`ModuleFinder` class that can be used to determine
30 .. class:: ModuleFinder(path=None, debug=0, excludes=[], replace_paths=[])
60 Example usage of :class:`ModuleFinder`
80 from modulefinder import ModuleFinder
82 finder = ModuleFinder()
/third_party/python/Lib/test/
Dtest_modulefinder.py322 …self, info, report=False, debug=0, replace_paths=[], modulefinder_class=modulefinder.ModuleFinder):
425 class CheckLoadModuleApi(modulefinder.ModuleFinder):
/third_party/python/Lib/
Dmodulefinder.py122 class ModuleFinder: class
664 mf = ModuleFinder(path, debug, exclude)
/third_party/python/Tools/freeze/
Dfreeze.py349 mf = modulefinder.ModuleFinder(path, debug, exclude, replace_paths)
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst636 and the initializer for :class:`modulefinder.ModuleFinder` now has immutable
D3.5.0a1.rst3078 Add missing kwonlyargcount argument to ModuleFinder.replace_paths_in_code().
/third_party/python/Misc/
DHISTORY1561 ModuleFinder.replace_paths_in_code().