PyBUF_RECORDS

Flags for getting buffers */ /// Availability: >= 2.

enum PyBUF_RECORDS = (PyBUF_STRIDES | PyBUF_WRITABLE | PyBUF_FORMAT);

Meta