MCPcopy Index your code
hub / github.com/RustPython/RustPython / bytearray.rs

File bytearray.rs

crates/vm/src/builtins/bytearray.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Implementation of the python bytearray object.
2use super::{
3 PositionIterInternal, PyBytes, PyBytesRef, PyDictRef, PyGenericAlias, PyIntRef, PyStrRef,
4 PyTuple, PyTupleRef, PyType, PyTypeRef, iter::builtins_iter,

Callers

nothing calls this directly

Calls 3

borrow_bufMethod · 0.45
borrow_buf_mutMethod · 0.45
as_mut_sliceMethod · 0.45

Tested by

no test coverage detected