Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
Dbuild_py.py284 def find_all_modules(self): member in build_py
301 return [module[-1] for module in self.find_all_modules()]
308 modules = self.find_all_modules()