Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c45 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags) in bytearray_getbuffer() function
2284 (getbufferproc)bytearray_getbuffer,
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst5120 bytearray_getbuffer(), bytesiobuf_getbuffer() and array_buffer_getbuf(). All