Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/command/
Dinstall_lib.py100 if outfiles is not None and self.distribution.has_pure_modules():
108 if self.distribution.has_pure_modules():
188 self._mutate_outputs(self.distribution.has_pure_modules(),
211 if self.distribution.has_pure_modules():
Dbuild.py131 def has_pure_modules (self): member in build
132 return self.distribution.has_pure_modules()
143 sub_commands = [('build_py', has_pure_modules),
Dsdist.py265 if self.distribution.has_pure_modules():
Dinstall.py650 return (self.distribution.has_pure_modules() or
/external/python/cpython2/Lib/distutils/
Ddist.py978 def has_pure_modules(self): member in Distribution
988 return self.has_pure_modules() or self.has_ext_modules()
1000 return (self.has_pure_modules() and