Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild.py137 def has_ext_modules (self): member in build
138 return self.distribution.has_ext_modules()
145 ('build_ext', has_ext_modules),
Dinstall_lib.py110 if self.distribution.has_ext_modules():
197 self._mutate_outputs(self.distribution.has_ext_modules(),
215 if self.distribution.has_ext_modules():
Dbdist_dumb.py109 if (self.distribution.has_ext_modules() and
124 if self.distribution.has_ext_modules():
Dbdist_wininst.py94 if not self.skip_build and self.distribution.has_ext_modules():
120 (self.distribution.has_ext_modules() or
140 if self.distribution.has_ext_modules():
186 if self.distribution.has_ext_modules():
Dbdist_rpm.py214 if not self.distribution.has_ext_modules():
439 if not self.distribution.has_ext_modules():
Dbdist_msi.py144 if (not self.target_version) and self.distribution.has_ext_modules():
148 if not self.skip_build and self.distribution.has_ext_modules()\
190 if self.distribution.has_ext_modules():
Dsdist.py282 if self.distribution.has_ext_modules():
Dinstall.py651 self.distribution.has_ext_modules())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Ddist.py981 def has_ext_modules(self): member in Distribution
988 return self.has_pure_modules() or self.has_ext_modules()
1001 not self.has_ext_modules() and