Searched refs:filters (Results 1 – 5 of 5) sorted by relevance
438 def matches_glob(path, filters): argument440 return filters and any(fnmatch.fnmatch(path, f) for f in filters)
26 from prompt_toolkit.filters import IsDone
27 from prompt_toolkit.filters import IsDone
868 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern870 # filter if there is a match. The filters are a list of the form: pattern=filter872 # filters are used. If the FILTER_PATTERNS tag is empty or if none of the884 # The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file1297 # filters).1305 # filters).