operator.contains(a, b) operator.__contains__(a, b)
operator.contains(a, b)
operator.__contains__(a, b)
Return the outcome of the test b in a. Note the reversed operands.
b in a
Please login to continue.
Please login to continue.