Searched refs:bytearray_hex_impl (Results 1 – 2 of 2) sorted by relevance
1016 bytearray_hex_impl(PyByteArrayObject *self, PyObject *sep, int bytes_per_sep);1047 return_value = bytearray_hex_impl(self, sep, bytes_per_sep); in bytearray_hex()
2102 bytearray_hex_impl(PyByteArrayObject *self, PyObject *sep, int bytes_per_sep) in bytearray_hex_impl() function