Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytearrayobject.c2588 bytearray_alloc(PyByteArrayObject *self) in bytearray_alloc() function
2824 {"__alloc__", (PyCFunction)bytearray_alloc, METH_NOARGS, alloc_doc},