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

File union.rs

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

Source from the content-addressed store, hash-verified

1use super::base::{CDATA_BUFFER_METHODS, StgInfoFlags};
2use super::{PyCData, PyCField, StgInfo};
3use crate::builtins::{PyList, PyStr, PyTuple, PyType, PyTypeRef, PyUtf8Str};
4use crate::convert::ToPyObject;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected