Muscat.FE.KR.KRBase module¶
- class KRBase[source]¶
Bases:
object
- On(zone: list[str] | str | FilterBase | FilterOperatorBase)[source]¶
Add a domain to apply the constraint
- Parameters:
zone (Union[list[str],str, FilterLike]) – can be a etag, a list of etag, or a filter to select elements
- Returns:
so the user can chain all to this instance
- Return type:
type(self)