Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ base.rs
File
base.rs
crates/vm/src/stdlib/_ctypes/base.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use super::array::{WCHAR_SIZE, wchar_from_bytes, wchar_to_bytes};
2
use crate::builtins::{
3
PyBytes, PyDict, PyList, PyMemoryView, PyStr, PyTuple, PyType, PyTypeRef, PyUtf8Str,
4
};
Callers
nothing calls this directly
Calls
3
read
Method · 0.45
write
Method · 0.45
as_mut_slice
Method · 0.45
Tested by
no test coverage detected