Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c63 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags) in bytearray_getbuffer() function
2127 (getbufferproc)bytearray_getbuffer,
/external/python/cpython2/Objects/
Dbytearrayobject.c107 bytearray_getbuffer(PyByteArrayObject *obj, Py_buffer *view, int flags) in bytearray_getbuffer() function
2830 (getbufferproc)bytearray_getbuffer,
/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst5119 bytearray_getbuffer(), bytesiobuf_getbuffer() and array_buffer_getbuf(). All