Searched refs:bytearray_fromhex_impl (Results 1 – 2 of 2) sorted by relevance
967 bytearray_fromhex_impl(PyTypeObject *type, PyObject *string);983 return_value = bytearray_fromhex_impl(type, string); in bytearray_fromhex()
2068 bytearray_fromhex_impl(PyTypeObject *type, PyObject *string) in bytearray_fromhex_impl() function