Comparison to a value.
Comparison(
self,
comparator: Comparator,
attribute: str,
value: Any,
**kwargs: Any = {}
)| Name | Type | Description |
|---|---|---|
comparator* | Comparator | The comparator to use. |
attribute* | str | The attribute to compare. |
value* | Any | The value to compare to. |
| Name | Type |
|---|---|
| comparator | Comparator |
| attribute | str |
| value | Any |