Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h705 {"__sizeof__", (PyCFunction)bytearray_sizeof, METH_NOARGS, bytearray_sizeof__doc__},
711 bytearray_sizeof(PyByteArrayObject *self, PyObject *Py_UNUSED(ignored)) in bytearray_sizeof() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2798 bytearray_sizeof(PyByteArrayObject *self) in bytearray_sizeof() function
2838 {"__sizeof__", (PyCFunction)bytearray_sizeof, METH_NOARGS, sizeof_doc},