Class IdMatcher (1.36.4)

IdMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Matcher for Features of an EntityType by Feature ID.

Attribute

NameDescription
ids MutableSequence[str]
Required. The following are accepted as ids: - A single-element list containing only *, which selects all Features in the target EntityType, or - A list containing only Feature IDs, which selects only Features with those IDs in the target EntityType.

Methods

IdMatcher

IdMatcher(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Matcher for Features of an EntityType by Feature ID.