staircase.Stairs.invert# Stairs.invert()# Returns a boolean-valued step function indicating where self is zero-valued. Equivalent to ~self. See examples below. Returns: Stairsnew instance representing the result of ~self See also Stairs.make_boolean Examples