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

File utils.rs

crates/vm/src/utils.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use rustpython_common::wtf8::{Wtf8, Wtf8Buf};
2
3use crate::{
4 PyObjectRef, PyResult, VirtualMachine,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected