Bytes Objects — Python 3.16.0a0 documentation

docs.python.org

Table of Contents | Complex Number Objects | Byte Array Objects | Report a bug | Improve this page | index | modules | Python | 3.16.0a0 Documentation | Python/C API reference manual | Concrete Objects Layer

Tin mới

Complex Number Objects

Byte Array Objects

Python Module Index

3.16.0a0 Documentation

Python/C API reference manual

Concrete Objects Layer

Safe for concurrent use on the same object

Return the bytes representation of object o that implements the buffer protocol.

Create, Finish, Discard¶

The PyBytesWriter API can be used to create a Python bytes object.

1 1