Searched refs:ignore_ext_modules (Results 1 – 1 of 1) sorted by relevance
315 def __call__(self, force=False, name=True, ignore_ext_modules=False): argument330 self._analyse_package_layout(ignore_ext_modules)336 def _explicitly_specified(self, ignore_ext_modules: bool) -> bool:338 ignore_ext_modules = ignore_ext_modules or self._skip_ext_modules339 ext_modules = not (self.dist.ext_modules is None or ignore_ext_modules)348 def _analyse_package_layout(self, ignore_ext_modules: bool) -> bool:349 if self._explicitly_specified(ignore_ext_modules):