PydObject.buffer_view

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

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

Meta