Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Objects/
Dmemoryobject.c328 memory_format_get(PyMemoryViewObject *self) in memory_format_get() function
394 {"format", (getter)memory_format_get, NULL, NULL},
/aosp_15_r20/external/python/cpython3/Objects/
Dmemoryobject.c3043 memory_format_get(PyMemoryViewObject *self, void *Py_UNUSED(ignored)) in memory_format_get() function
3148 {"format", (getter)memory_format_get, NULL, memory_format_doc},