toloka.client.filter.Computed
| Source code
Computed( self, *, operator: Any, value: Any)
A base class for a category of filters that use connection and client information.
Parameters | Type | Description |
---|---|---|
operator | Any | An operator used in a condition. Allowed set of operators depends on the filter. |
value | Any | A value to compare with. For example, the minimum value of some skill, or a language specified in a Toloker's profile. |