endswith#
- FailureMeasureEnum.endswith(suffix, [start, [end, ]]/)#
Return True if the string ends with the specified suffix, False otherwise.
- suffix
A string or a tuple of strings to try.
- start
Optional start position. Default: start of the string.
- end
Optional stop position. Default: end of the string.