Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h924 bytearray_splitlines_impl(PyByteArrayObject *self, int keepends);
948 return_value = bytearray_splitlines_impl(self, keepends); in bytearray_splitlines()
/third_party/python/Objects/
Dbytearrayobject.c2045 bytearray_splitlines_impl(PyByteArrayObject *self, int keepends) in bytearray_splitlines_impl() function