Searched refs:bytearray_fromhex (Results 1 – 1 of 1) sorted by relevance
964 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},970 bytearray_fromhex(PyTypeObject *type, PyObject *arg) in bytearray_fromhex() function