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