Skip to main content

Module bytes

Module bytes 

Source
Expand description

See PyBytes for more info. This mod also contains its helper type PyBytesWriter.

Re-exports§

pub use self::writer::PyBytesWriter;

Modules§

writer 🔒
Helper for making a PyBytes, see PyBytesWriter for details.

Structs§

PyBytes
Represents a Python bytes object.

Traits§

PyBytesMethods
Implementation of functionality for PyBytes.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here