Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dmemoryobject.c364 memory_shape_get(PyMemoryViewObject *self) in memory_shape_get() function
396 {"shape", (getter)memory_shape_get, NULL, NULL},
/external/python/cpython3/Objects/
Dmemoryobject.c3048 memory_shape_get(PyMemoryViewObject *self, void *Py_UNUSED(ignored)) in memory_shape_get() function
3141 {"shape", (getter)memory_shape_get, NULL, memory_shape_doc},