Searched defs:sep_obj (Results 1 – 4 of 4) sorted by relevance
13 PyObject* sep_obj, in stringlib_partition()63 PyObject* sep_obj, in stringlib_rpartition()
2106 bytearray_partition(PyByteArrayObject *self, PyObject *sep_obj) in bytearray_partition()2134 bytearray_rpartition(PyByteArrayObject *self, PyObject *sep_obj) in bytearray_rpartition()
1488 string_partition(PyStringObject *self, PyObject *sep_obj) in string_partition()1519 string_rpartition(PyStringObject *self, PyObject *sep_obj) in string_rpartition()
7509 PyObject* sep_obj; in PyUnicode_Partition() local7537 PyObject* sep_obj; in PyUnicode_RPartition() local