Searched refs:has_pure_modules (Results 1 - 10 of 10) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbuild.py131 def has_pure_modules (self): member in class:build
132 return self.distribution.has_pure_modules()
143 sub_commands = [('build_py', has_pure_modules),
H A 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():
H A Dsdist.py265 if self.distribution.has_pure_modules():
H A Dinstall.py687 return (self.distribution.has_pure_modules() or
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
H A Dbuild.py131 def has_pure_modules (self): member in class:build
132 return self.distribution.has_pure_modules()
143 sub_commands = [('build_py', has_pure_modules),
H A 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():
H A Dsdist.py265 if self.distribution.has_pure_modules():
H A Dinstall.py687 return (self.distribution.has_pure_modules() or
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Ddist.py978 def has_pure_modules(self): function
988 return self.has_pure_modules() or self.has_ext_modules()
1000 return (self.has_pure_modules() and
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Ddist.py978 def has_pure_modules(self): function
988 return self.has_pure_modules() or self.has_ext_modules()
1000 return (self.has_pure_modules() and

Completed in 107 milliseconds