MCPcopy Index your code
hub / github.com/RustPython/RustPython / IoWriter

Class IoWriter

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

Source from the content-addressed store, hash-verified

14
15#[repr(transparent)]
16pub struct IoWriter<T>(pub T);
17
18impl<T> IoWriter<T> {
19 pub fn from_ref(x: &mut T) -> &mut Self {

Callers 1

print_exceptionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected