Home
last modified time | relevance | path

Searched refs:bytes_partition_impl (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h90 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep);
105 return_value = bytes_partition_impl(self, &sep); in bytes_partition()
/external/python/cpython2/Objects/
Dbytesobject.c1819 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep) in bytes_partition_impl() function
/external/python/cpython3/Objects/
Dbytesobject.c1733 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep) in bytes_partition_impl() function