Lines Matching refs:excludes
254 def search(self, restriction, fmris, manifest_func, excludes):
269 The "excludes" parameter is a list of the variants defined for
285 excludes)
291 return self.slow_search(fmris, manifest_func, excludes)
306 def _search_fast_update(self, manifest_func, excludes):
313 The "excludes" paramter is a list of variants defined in the
338 return_line=True, excludes=excludes)
370 def slow_search(self, fmris, manifest_func, excludes):
380 The "excludes" parameter is a list of variants defined in the
400 return_line=True, excludes=excludes)