Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h796 bytes_hex_impl(PyBytesObject *self, PyObject *sep, int bytes_per_sep);
832 return_value = bytes_hex_impl(self, sep, bytes_per_sep); in bytes_hex()
/external/python/cpython3/Objects/
Dbytesobject.c2444 bytes_hex_impl(PyBytesObject *self, PyObject *sep, int bytes_per_sep) in bytes_hex_impl() function