Searched refs:bytearray_fromhex (Results 1 – 2 of 2) sorted by relevance
925 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},931 bytearray_fromhex(PyTypeObject *type, PyObject *arg) in bytearray_fromhex() function
2723 bytearray_fromhex(PyObject *cls, PyObject *args) in bytearray_fromhex() function2850 {"fromhex", (PyCFunction)bytearray_fromhex, METH_VARARGS|METH_CLASS,