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

/external/python/cpython3/Objects/clinic/
H A Dbytearrayobject.c.h631 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},
637 bytearray_fromhex(PyTypeObject *type, PyObject *arg) function
/external/python/cpython2/Objects/
H A Dbytearrayobject.c2711 bytearray_fromhex(PyObject *cls, PyObject *args) function
2838 {"fromhex", (PyCFunction)bytearray_fromhex, METH_VARARGS|METH_CLASS,

Completed in 138 milliseconds