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

File string.rs

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

Source from the content-addressed store, hash-verified

1use super::constant::{Constant, ConstantLiteral};
2use super::*;
3use crate::warn;
4use ast::str_prefix::StringLiteralPrefix;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected