Lines Matching full:splits
1153 substrings. Otherwise, splits occur at the given separator.
1155 At most maxsplit splits will be done. If negative, no limit is set.
1195 substrings. Otherwise, splits occur at the given separator.
1197 At most maxsplit splits will be done. But unlike PyUnicode_Split
1198 PyUnicode_RSplit splits from the end of the string. If negative,