in python2/alibabacloud_darabonba_array/client.py [0:0]
def contains(raw, str): if raw: return raw.count(str) > 0 return False