python
from fave_recode.relations import not_in_relation
'x', 'xyz') not_in_relation(
False
in
, not in
relations.not_in_relation(lhs, rhs)
Is lhs
not in rhs
Name | Type | Description | Default |
---|---|---|---|
lhs |
Any | left hand side | required |
rhs |
Any | right hand side (must work with in ) |
required |
Type | Description |
---|---|
bool | True or False |