Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Darraymodule.c.h358 {"tobytes", (PyCFunction)array_array_tobytes, METH_NOARGS, array_array_tobytes__doc__},
364 array_array_tobytes(arrayobject *self, PyObject *Py_UNUSED(ignored)) in array_array_tobytes() function