Home
last modified time | relevance | path

Searched refs:_PyBytes_FromHex (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/cpython/
Dbytesobject.h23 PyAPI_FUNC(PyObject*) _PyBytes_FromHex(
/external/python/cpython2/Objects/
Dbytesobject.c2346 PyObject *result = _PyBytes_FromHex(string, 0); in bytes_fromhex_impl()
2355 _PyBytes_FromHex(PyObject *string, int use_bytearray) in _PyBytes_FromHex() function
/external/python/cpython3/Objects/
Dbytesobject.c2336 PyObject *result = _PyBytes_FromHex(string, 0); in bytes_fromhex_impl()
2344 _PyBytes_FromHex(PyObject *string, int use_bytearray) in _PyBytes_FromHex() function
Dbytearrayobject.c2079 PyObject *result = _PyBytes_FromHex(string, type == &PyByteArray_Type); in bytearray_fromhex_impl()