Introduction The method return with test whether a is b. Syntax operator.is_(a,b) Parameters a,b=string & number Examples The operator test the equality of the number.
operator.is_(str,str) The operator tested the string values.
a(str) is b(str) operator.is_(list1,list2) The operator tested whether x list is y list.
Further evaluation of method on list and its results.
a(list) is b(list) The list returns with:
operator.is_(tuple1, tuple2) The return is tuple is:
| operators
|