Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c1942 bytearray_alloc(PyByteArrayObject *self) in bytearray_alloc() function
2133 {"__alloc__", (PyCFunction)bytearray_alloc, METH_NOARGS, alloc_doc},
/external/python/cpython2/Objects/
Dbytearrayobject.c2600 bytearray_alloc(PyByteArrayObject *self) in bytearray_alloc() function
2836 {"__alloc__", (PyCFunction)bytearray_alloc, METH_NOARGS, alloc_doc},