Searched refs:exclude_scripts (Results 1 – 3 of 3) sorted by relevance
114 exclude_scripts=None): argument121 if exclude_scripts and any(re.match(pattern, href) for122 pattern in exclude_scripts):133 if exclude_scripts and any(re.match(pattern, href) for134 pattern in exclude_scripts):
174 self.install_dir = self.script_dir = self.exclude_scripts = None592 if not self.exclude_scripts and dist.metadata_isdir('scripts'):792 if self.exclude_scripts:
566 exclude_scripts=True,