Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h925 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},
931 bytearray_fromhex(PyTypeObject *type, PyObject *arg) in bytearray_fromhex() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2723 bytearray_fromhex(PyObject *cls, PyObject *args) in bytearray_fromhex() function
2850 {"fromhex", (PyCFunction)bytearray_fromhex, METH_VARARGS|METH_CLASS,