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

File str.rs

crates/common/src/str.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// spell-checker:ignore uncomputed
2use crate::atomic::{PyAtomic, Radium};
3use crate::format::CharLen;
4use crate::wtf8::{CodePoint, Wtf8, Wtf8Buf};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected