Searched refs:FnmatchMatcher (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
H A Dreport.py8 from coverage.files import prep_patterns, FnmatchMatcher namespace
43 matcher = FnmatchMatcher(prep_patterns(self.config.include))
47 matcher = FnmatchMatcher(prep_patterns(self.config.omit))
H A Dfiles.py167 """Prepare the file patterns for use in a `FnmatchMatcher`.
238 class FnmatchMatcher(object): class in inherits:object
255 return "<FnmatchMatcher %r>" % self.pats
H A Dcontrol.py21 from coverage.files import TreeMatcher, FnmatchMatcher namespace
336 self.include_match = FnmatchMatcher(self.include)
338 self.omit_match = FnmatchMatcher(self.omit)

Completed in 233 milliseconds