Searched refs:getbuffer (Results 1 – 13 of 13) sorted by relevance
/third_party/python/Lib/multiprocessing/ |
D | popen_spawn_posix.py | 62 f.write(fp.getbuffer())
|
D | popen_forkserver.py | 58 f.write(buf.getbuffer())
|
D | connection.py | 251 return _ForkingPickler.loads(buf.getbuffer()) 315 f.write(ov.getbuffer()) 333 buf = ov.getbuffer() 344 f.write(ov.getbuffer())
|
D | reduction.py | 52 return buf.getbuffer()
|
/third_party/python/Lib/test/libregrtest/ |
D | win_utils.py | 128 output = overlapped.getbuffer()
|
/third_party/python/Python/ |
D | getargs.c | 85 static int getbuffer(PyObject *, Py_buffer *, const char**); 905 if (getbuffer(arg, (Py_buffer*)p, &buf) < 0) in convertsimple() 951 if (getbuffer(arg, p, &buf) < 0) in convertsimple() 1347 if (getbuffer(arg, &view, errmsg) < 0) in convertbuffer() 1356 getbuffer(PyObject *arg, Py_buffer *view, const char **errmsg) in getbuffer() function
|
/third_party/python/Lib/test/ |
D | test_memoryio.py | 443 buf = memio.getbuffer() 446 buf = memio.getbuffer() 464 self.assertRaises(ValueError, memio.getbuffer)
|
/third_party/python/PC/layout/support/ |
D | appxmanifest.py | 479 return buffer.getbuffer()
|
/third_party/python/Doc/library/ |
D | io.rst | 704 .. method:: getbuffer() 711 >>> view = b.getbuffer()
|
/third_party/python/Lib/ |
D | pickle.py | 221 data = f.getbuffer()
|
D | _pyio.py | 938 def getbuffer(self): member in BytesIO
|
/third_party/python/Doc/whatsnew/ |
D | 3.2.rst | 1115 The :class:`io.BytesIO` has a new method, :meth:`~io.BytesIO.getbuffer`, which 1133 >>> buffer = byte_stream.getbuffer()
|
/third_party/python/Misc/ |
D | HISTORY | 12152 - Issue #5506: BytesIO objects now have a getbuffer() method exporting a view of
|