Home
last modified time | relevance | path

Searched refs:bytes_fromhex_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dbytesobject.c.h727 bytes_fromhex_impl(PyTypeObject *type, PyObject *string);
743 return_value = bytes_fromhex_impl(type, string); in bytes_fromhex()
/third_party/python/Objects/
Dbytesobject.c2348 bytes_fromhex_impl(PyTypeObject *type, PyObject *string) in bytes_fromhex_impl() function