Home
last modified time | relevance | path

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

/external/python/setuptools/setuptools/
Ddiscovery.py315 def __call__(self, force=False, name=True, ignore_ext_modules=False): argument
330 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_modules
339 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):