Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytearrayobject.c2008 bytearray_alloc(PyByteArrayObject *self, PyObject *Py_UNUSED(ignored)) in bytearray_alloc() function
2217 {"__alloc__", (PyCFunction)bytearray_alloc, METH_NOARGS, alloc_doc},