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

File py_io.rs

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

Source from the content-addressed store, hash-verified

1use crate::{
2 PyObject, PyObjectRef, PyResult, VirtualMachine,
3 builtins::{PyBaseExceptionRef, PyBytes, PyStr},
4 common::ascii,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected