Example #1
0
 def matches(self, path):
   if not self._populated:
     raise self.NotPopulatedError()
   return wrapped_globs.matches_filespec(path, self.filespec)
Example #2
0
 def matches(self, path):
     return matches_filespec(path, self.filespec)
Example #3
0
 def matches(self, path):
   return wrapped_globs.matches_filespec(path, self.filespec)
Example #4
0
 def matches(self, path):
   return matches_filespec(path, self.filespec)