Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h483 {"fromhex", (PyCFunction)bytes_fromhex, METH_O|METH_CLASS, bytes_fromhex__doc__},
489 bytes_fromhex(PyTypeObject *type, PyObject *arg) in bytes_fromhex() function