Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h776 bytes_hex_impl(PyBytesObject *self, PyObject *sep, int bytes_per_sep);
807 return_value = bytes_hex_impl(self, sep, bytes_per_sep); in bytes_hex()
/third_party/python/Objects/
Dbytesobject.c2459 bytes_hex_impl(PyBytesObject *self, PyObject *sep, int bytes_per_sep) in bytes_hex_impl() function