Home
last modified time | relevance | path

Searched refs:_PyBytes_FromHex (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dbytesobject.h23 PyAPI_FUNC(PyObject*) _PyBytes_FromHex(
/third_party/python/Objects/
H A Dbytesobject.c2371 PyObject *result = _PyBytes_FromHex(string, 0); in bytes_fromhex_impl()
2379 _PyBytes_FromHex(PyObject *string, int use_bytearray) in _PyBytes_FromHex() function

Completed in 5 milliseconds