Searched refs:bytes_hex_impl (Results 1 – 2 of 2) sorted by relevance
776 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()
2459 bytes_hex_impl(PyBytesObject *self, PyObject *sep, int bytes_per_sep) in bytes_hex_impl() function