[][src]Module rustpython_vm::obj::objbytes

Structs

PyBytes

"bytes(iterable_of_ints) -> bytes\n
bytes(string, encoding[, errors]) -> bytes\n
bytes(bytes_or_buffer) -> immutable copy of bytes_or_buffer\n
bytes(int) -> bytes object of size given by the parameter initialized with null bytes\n
bytes() -> empty bytes object\n\nConstruct an immutable array of bytes from:\n

PyBytesIterator

Functions

get_value
init

Type Definitions

PyBytesRef