BufferPoolAcquireParams#

class BufferPoolAcquireParams(*args, **kwargs)#

Parameters passed to the acquire_buffer() function to control the allocation of the buffer.

The default implementation ignores the start and stop members but other implementations can use this extra information to decide what buffer to return.

Fields#

class BufferPoolAcquireParams
flags#

Additional flags

format#

The format of start and stop

start#

The start position

stop#

The stop position