Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dmemoryobject.c406 memory_tobytes(PyMemoryViewObject *self, PyObject *noargs) in memory_tobytes() function
458 {"tobytes", (PyCFunction)memory_tobytes, METH_NOARGS, NULL},