Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyMemoryView_FromMemory

719 PyMemoryView_FromMemory(char *mem, Py_ssize_t size, int flags)
743 PyMemoryView_FromMemory() should be used instead.
1959 x->mview = PyMemoryView_FromMemory(x->item, itemsize, PyBUF_WRITE);