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

File buffer.rs

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

Source from the content-addressed store, hash-verified

1//! Buffer protocol
2//! <https://docs.python.org/3/c-api/buffer.html>
3
4use crate::{

Callers

nothing calls this directly

Calls 3

lockMethod · 0.45
as_sliceMethod · 0.45
as_mut_sliceMethod · 0.45

Tested by

no test coverage detected