aboutsummaryrefslogtreecommitdiff
path: root/tests/cpydiff/types_str_endswith.py
blob: f222ac1cd3ad38e22e16fa9791165ae20eb6eb1d (plain)
1
2
3
4
5
6
7
"""
categories: Types,str
description: Start/end indices such as str.endswith(s, start) not implemented
cause: Unknown
workaround: Unknown
"""
print("abc".endswith("c", 1))