MatcherScope🔗Definition🔗class MatcherScope(enum.StrEnum): SERIES = "series" NESTED = "nested" ANNOTATION = "annotation" EXEMPLAR = "exemplar"