Skip to main content
Level.isin(
    *members: ScalarConstantT_co,
) → MembershipCondition[TypeAliasForwardRef, ‘IN’, TypeVar] | RelationalCondition[TypeAliasForwardRef, ‘EQ’, TypeVar]
Return a condition evaluating to True where this level’s current member is included in the given members, and evaluating to False elsewhere.

Parameters

*members

One or more values that the level members will be compared against.