Searched refs:bytearray_decode (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
H A Dbytearrayobject.c.h550 {"decode", (PyCFunction)bytearray_decode, METH_FASTCALL, bytearray_decode__doc__},
557 bytearray_decode(PyByteArrayObject *self, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) function
/external/python/cpython2/Objects/
H A Dbytearrayobject.c2563 bytearray_decode(PyObject *self, PyObject *args, PyObject *kwargs) function
2832 {"decode", (PyCFunction)bytearray_decode, METH_VARARGS | METH_KEYWORDS, decode_doc},

Completed in 129 milliseconds