Searched refs:MatchReason (Results 1 – 1 of 1) sorted by relevance
54 class MatchReason(enum.IntEnum): class62 return self == MatchReason.NAME65 return self != MatchReason.NOT_FOUND219 found_reason = MatchReason.NOT_FOUND226 found_reason = MatchReason.NAME228 if found_reason == MatchReason.NOT_FOUND:236 found_reason = MatchReason.KEYWORD238 if found_reason == MatchReason.NOT_FOUND:250 found_reason = MatchReason.SUBWORD254 if found_reason == MatchReason.NOT_FOUND: