Searched refs:_PyBytes_FromHex (Results 1 – 3 of 3) sorted by relevance
23 PyAPI_FUNC(PyObject*) _PyBytes_FromHex(
2351 PyObject *result = _PyBytes_FromHex(string, 0); in bytes_fromhex_impl()2359 _PyBytes_FromHex(PyObject *string, int use_bytearray) in _PyBytes_FromHex() function
2071 PyObject *result = _PyBytes_FromHex(string, type == &PyByteArray_Type); in bytearray_fromhex_impl()