Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c2089 bytearray_alloc(PyByteArrayObject *self, PyObject *Py_UNUSED(ignored)) in bytearray_alloc() function
2290 {"__alloc__", (PyCFunction)bytearray_alloc, METH_NOARGS, alloc_doc},