Searched refs:exclude_wildcards (Results 1 – 1 of 1) sorted by relevance
307 def is_file_excluded(self, path, exclude_wildcards): argument310 exclude_wildcards = (exclude_wildcards or []) + self.excluded_files311 for pattern in exclude_wildcards:316 def get_all_files(self, include_wildcards, exclude_wildcards): argument333 all_wildcards = include_wildcards + (exclude_wildcards or [])340 if self.is_file_excluded(path, exclude_wildcards):346 def get_included_files(self, include_wildcards, exclude_wildcards): argument365 if not self.is_file_excluded(path, exclude_wildcards))