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

File bytes_inner.rs

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

Source from the content-addressed store, hash-verified

1// spell-checker:ignore unchunked
2use crate::{
3 AsObject, PyObject, PyObjectRef, PyResult, TryFromBorrowedObject, VirtualMachine,
4 anystr::{self, AnyStr, AnyStrContainer, AnyStrWrapper},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected