Searched refs:include_wildcards (Results 1 – 1 of 1) sorted by relevance
316 def get_all_files(self, include_wildcards, exclude_wildcards): argument333 all_wildcards = include_wildcards + (exclude_wildcards or [])346 def get_included_files(self, include_wildcards, exclude_wildcards): argument361 for include_wildcard in include_wildcards: