toloka.client.filter.AdultAllowed
| Source code
AdultAllowed( self, operator: IdentityOperator, value: bool)
Filtering Tolokers who agreed to work with adult content.
Parameters | Type | Description |
---|---|---|
operator | IdentityOperator | An operator used in a condition. Allowed set of operators depends on the filter. |
value | bool |
|
Examples:
adult_allowed_filter = toloka.client.filter.AdultAllowed == Trueadult_not_allowed_filter = toloka.client.filter.AdultAllowed == False
Last updated: August 28, 2023