Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testbuffer.c2156 ndarray_tobytes(PyObject *self, PyObject *dummy) in ndarray_tobytes() function
2621 bytes = ndarray_tobytes(self, NULL); in ndarray_hash()
2635 { "tobytes", ndarray_tobytes, METH_NOARGS, NULL },