Searched refs:test_path_part (Results 1 – 1 of 1) sorted by relevance
128 for test_path_part, pattern_part in zip(test_path_parts, pattern_parts):129 if not _MatchesPatternPart(pattern_part, test_path_part):134 def _MatchesPatternPart(pattern_part, test_path_part): argument144 if pattern_part == '*' or pattern_part == test_path_part:153 return re_pattern.match(test_path_part)