Home
last modified time | relevance | path

Searched refs:bytes_fromhex (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/clinic/
Dbytesobject.c.h724 {"fromhex", (PyCFunction)bytes_fromhex, METH_O|METH_CLASS, bytes_fromhex__doc__},
730 bytes_fromhex(PyTypeObject *type, PyObject *arg) in bytes_fromhex() function