Searched refs:memoryview_tolist (Results 1 – 1 of 1) sorted by relevance
126 {"tolist", (PyCFunction)memoryview_tolist, METH_NOARGS, memoryview_tolist__doc__},132 memoryview_tolist(PyMemoryViewObject *self, PyObject *Py_UNUSED(ignored)) in memoryview_tolist() function