staircase.Stairs.logical_rxor# Stairs.logical_rxor(other)# Returns a boolean-valued step function indicating where self xor other are non-zero. Equivalent to other ^ self. See examples below. Parameters: otherint, float, or Stairs Returns: Stairsnew instance representing the result of other ^ self See also Stairs.logical_ror, Stairs.logical_xor Examples