Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h30 {"copy", (PyCFunction)bytearray_copy, METH_NOARGS, bytearray_copy__doc__},
36 bytearray_copy(PyByteArrayObject *self, PyObject *Py_UNUSED(ignored)) in bytearray_copy() function