Searched refs:_PyBytes_FromHex (Results 1 – 4 of 4) sorted by relevance
23 PyAPI_FUNC(PyObject*) _PyBytes_FromHex(
2346 PyObject *result = _PyBytes_FromHex(string, 0); in bytes_fromhex_impl()2355 _PyBytes_FromHex(PyObject *string, int use_bytearray) in _PyBytes_FromHex() function
2336 PyObject *result = _PyBytes_FromHex(string, 0); in bytes_fromhex_impl()2344 _PyBytes_FromHex(PyObject *string, int use_bytearray) in _PyBytes_FromHex() function
2079 PyObject *result = _PyBytes_FromHex(string, type == &PyByteArray_Type); in bytearray_fromhex_impl()