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

File _io.rs

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

Source from the content-addressed store, hash-verified

1/*
2 * I/O core tools.
3 */
4pub(crate) use _io::module_def;

Callers

nothing calls this directly

Calls 6

get_refMethod · 0.80
get_mutMethod · 0.80
readMethod · 0.45
as_sliceMethod · 0.45
writeMethod · 0.45
as_mut_sliceMethod · 0.45

Tested by

no test coverage detected