Searched refs:bytes_fromhex_impl (Results 1 – 2 of 2) sorted by relevance
727 bytes_fromhex_impl(PyTypeObject *type, PyObject *string);743 return_value = bytes_fromhex_impl(type, string); in bytes_fromhex()
2348 bytes_fromhex_impl(PyTypeObject *type, PyObject *string) in bytes_fromhex_impl() function