Lines Matching full:separator
1153 substrings. Otherwise, splits occur at the given separator.
1163 PyObject *sep, /* String separator */
1177 /* Partition a string using a given separator. */
1181 PyObject *sep /* String separator */
1184 /* Partition a string using a given separator, searching from the end of the
1189 PyObject *sep /* String separator */
1195 substrings. Otherwise, splits occur at the given separator.
1207 PyObject *sep, /* String separator */
1229 /* Join a sequence of strings using the given separator and return
1233 PyObject *separator, /* Separator string */