Level.isin(*members)
Return a condition evaluating toTrue where this level’s current member is included in the given members, and evaluating to False elsewhere.
- Parameters: members (ScalarConstantT_co) – One or more values that the level members will be compared against.
- Return type: MembershipCondition[TypeAliasForwardRef, Literal[‘IN’], TypeVar] | ~atoti._operation.operation.RelationalCondition[TypeAliasForwardRef, Literal[‘EQ’], TypeVar]