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, seePyBytesWriterfor details.
Structs§
- PyBytes
- Represents a Python
bytesobject.
Traits§
- PyBytes
Methods - Implementation of functionality for
PyBytes.