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