Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dreport.py8 from coverage.files import prep_patterns, FnmatchMatcher
43 matcher = FnmatchMatcher(prep_patterns(self.config.include))
47 matcher = FnmatchMatcher(prep_patterns(self.config.omit))
Dcontrol.py21 from coverage.files import TreeMatcher, FnmatchMatcher
336 self.include_match = FnmatchMatcher(self.include)
338 self.omit_match = FnmatchMatcher(self.omit)
Dfiles.py238 class FnmatchMatcher(object): class