Searched refs:bytes_fromhex (Results 1 – 1 of 1) sorted by relevance
483 {"fromhex", (PyCFunction)bytes_fromhex, METH_O|METH_CLASS, bytes_fromhex__doc__},489 bytes_fromhex(PyTypeObject *type, PyObject *arg) in bytes_fromhex() function