Logical operation over other directives.
Operation(
self,
operator: Operator,
arguments: list[FilterDirective],
**kwargs: Any = {}
)| Name | Type | Description |
|---|---|---|
operator* | Operator | The operator to use. |
arguments* | list[FilterDirective] | The arguments to the operator. |
| Name | Type |
|---|---|
| operator | Operator |
| arguments | list[FilterDirective] |