Available on non-
Py_LIMITED_API
or Py_3_11
only.Expand description
PyBuffer
implementation
Macrosยง
- impl_
element ๐
Structsยง
- PyBuffer
- Allows access to the underlying buffer used by a python object such as
bytes
,bytearray
orarray.array
. - Read
Only Cell - Like std::cell::Cell, but only provides read-only access to the data.
Enumsยง
- Element
Type - Represents the type of a Python buffer element.
Traitsยง
- Element
- Trait implemented for possible element types of
PyBuffer
.
Functionsยง
- is_
matching_ ๐endian Little-endian - native_
element_ ๐type_ from_ type_ char - standard_
element_ ๐type_ from_ type_ char