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

File pointer.rs

crates/vm/src/stdlib/_ctypes/pointer.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::base::CDATA_BUFFER_METHODS;
2use super::{PyCArray, PyCData, PyCSimple, PyCStructure, StgInfo, StgInfoFlags};
3use crate::atomic_func;
4use crate::protocol::{BufferDescriptor, PyBuffer, PyMappingMethods, PyNumberMethods};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected