Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h85 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep);
100 return_value = bytes_partition_impl(self, &sep); in bytes_partition()
/third_party/python/Objects/
Dbytesobject.c1748 bytes_partition_impl(PyBytesObject *self, Py_buffer *sep) in bytes_partition_impl() function