Searched refs:stri (Results 1 – 2 of 2) sorted by relevance
428 def split_string_with_index(stri, n): argument438 data = [stri[index : index + n] for index in range(0, len(stri), n)]
42 @@ -11,7 +11,7 @@ The values put in :py:class:`ConfigSet` must be serializable (dicts, lists, stri