Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dmemoryobject.c424 memory_tolist(PyMemoryViewObject *mem, PyObject *noargs) in memory_tolist() function
459 {"tolist", (PyCFunction)memory_tolist, METH_NOARGS, NULL},