Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
4
use crate::{
Callers
nothing calls this directly
Calls
3
lock
Method · 0.45
as_slice
Method · 0.45
as_mut_slice
Method · 0.45
Tested by
no test coverage detected