Python logo

Table of Contents

  • Buffer Protocol
    • Buffer structure
    • Buffer request types
      • request-independent fields
      • readonly, format
      • shape, strides, suboffsets
      • contiguity requests
      • compound requests
    • Complex arrays
      • NumPy-style: shape and strides
      • PIL-style: shape, strides and suboffsets
    • Buffer-related functions

Previous topic

Iterator Protocol

Next topic

Concrete Objects Layer

This page

  • Report a bug
  • Improve this page
  • Show source

Navigation

  • index
  • modules |
  • next |
  • previous |
  • Python logo
  • Python »
  • 3.15.0a8 Documentation »
  • Python/C API reference manual »
  • Abstract Objects Layer »