PydObject.buffer_view

Get a BufferView of this object. Will fail if this does not support the new buffer interface.

  1. BufferView buffer_view()
    class PydObject
    version(Python_2_6_Or_Later)
    buffer_view
    (
    )
  2. BufferView buffer_view(int flags)

Meta